#C2025C

Color #C2025C Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #C2025C

Tints of Jazzberry Jam #C2025C

Color information

#C2025C (or 0xC2025C) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 02 and 5C. RGB value is (194,2,92). Sum of RGB (Red+Green+Blue) = 194+2+92=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C2025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2025C is #3DFDA3. Grayscale: #454545. Windows color (decimal): -4062628 or 6030018. OLE color: 6030018.

HSL color Cylindrical-coordinate representation of color #C2025C: hue angle of 331.88º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2025C is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB194292-
CMYK00.990.530.24
HSL331.88º97.96%38.43%-
HSV(B)331.88º98.97%76.08%-
XYZ24.212.2911.22-
YUV69.67140.61216.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 67.36%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=67.36%
G=0.69%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19429200.990.530.24331.8897.9638.43
HexC225C063351814c6226
Octal30221340143653051414246
Binary1100001010101110001100011110101110001010011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2025C; }

 p { color: rgb(194,2,92); }

 H1.HeaderClassName
 {
   color: #C2025C;
 }
 .AnyTagClassName
 {
   color: #C2025C;
 }
</style>
background-color css

<style>
 a { background-color: #C2025C; }

 a { background-color: rgb(194,2,92); }

 div.DivClassName
 {
   background-color: #C2025C;
 }
 .BgClassName
 {
   background-color: #C2025C;
 }
</style>
border-color css

<style>
 span { border-color: #C2025C; }

 span { border-color: rgb(194,2,92); }

 td.TdClassName
 {
   border-color: #C2025C;
 }
 .TagClassName
 {
   border-color: #C2025C;
 }
</style>