Html Css Color HEX #C01566 Jazzberry Jam

📋 copy color: '#C01566'

red 192 ◦ green 21 ◦ blue 102

#C01566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #C01566

Tints of Jazzberry Jam #C01566

RGB

 RED value IS 192 (75.39% from 255) = 60.95%

 GREEN value IS 21 (8.59% from 255) = 6.67%

 BLUE value IS 102 (40.23% from 255) = 32.38%

R = 60.95%
G = 6.67%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C01566 (or 0xC01566) is known color: Jazzberry Jam. HEX triplet: C0, 15 and 66. RGB value is (192,21,102). Sum of RGB (Red+Green+Blue) = 192+21+102=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C01566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01566 is #3FEA99. Grayscale: #515151. Windows color (decimal): -4188826 or 6690240. OLE color: 6690240.

HSL color Cylindrical-coordinate representation of color #C01566: hue angle of 331.58º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01566 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 21 102 -
CMYK 0 0.89 0.47 0.25
HSL 331.58º 0.8% 0.42% -
HSV(B) 331.58º 0.89% 0.75% -
XYZ 24.4 12.7 13.74 -
YUV 81.36 139.65 206.91 -
System Red Green Blue C M Y K H S L
Decimal 192 21 102 0 0.89 0.47 0.25 331.58 0.8 0.42
Hex C0 15 66 0 59 2F 19 14C 50 2A
Octal 300 25 146 0 131 57 31 514 120 52
Binary 11000000 10101 1100110 0 1011001 101111 11001 101001100 1010000 101010

Color Harmonies of #C01566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01566

Black with #C01566

Text Example


Text Example

White with #C01566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01566; }

 p { color: rgb(192,21,102); }

 H1.HeaderClassName
 {
   color: #C01566;
 }
 .AnyTagClassName
 {
   color: #C01566;
 }
</style>

background-color css

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

 a { background-color: rgb(192,21,102); }

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

border-color css

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

 span { border-color: rgb(192,21,102); }

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