Html Css Color HEX #C01666 Jazzberry Jam

📋 copy color: '#C01666'

red 192 ◦ green 22 ◦ blue 102

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

Shades of Jazzberry Jam #C01666

Tints of Jazzberry Jam #C01666

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.96%

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

R = 60.76%
G = 6.96%
B = 32.28%

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

#C01666 (or 0xC01666) is known color: Jazzberry Jam. HEX triplet: C0, 16 and 66. RGB value is (192,22,102). Sum of RGB (Red+Green+Blue) = 192+22+102=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C01666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01666 is #3FE999. Grayscale: #515151. Windows color (decimal): -4188570 or 6690496. OLE color: 6690496.

HSL color Cylindrical-coordinate representation of color #C01666: hue angle of 331.76º degrees, saturation: 0.79, 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 #C01666 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 22 102 -
CMYK 0 0.89 0.47 0.25
HSL 331.76º 0.79% 0.42% -
HSV(B) 331.76º 0.89% 0.75% -
XYZ 24.42 12.74 13.74 -
YUV 81.95 139.32 206.5 -
System Red Green Blue C M Y K H S L
Decimal 192 22 102 0 0.89 0.47 0.25 331.76 0.79 0.42
Hex C0 16 66 0 59 2F 19 14C 4F 2A
Octal 300 26 146 0 131 57 31 514 117 52
Binary 11000000 10110 1100110 0 1011001 101111 11001 101001100 1001111 101010

Color Harmonies of #C01666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01666

Black with #C01666

Text Example


Text Example

White with #C01666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01666; }

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

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

background-color css

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

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

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

border-color css

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

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

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