Html Css Color HEX #C00866 Jazzberry Jam

📋 copy color: '#C00866'

red 192 ◦ green 8 ◦ blue 102

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

Shades of Jazzberry Jam #C00866

Tints of Jazzberry Jam #C00866

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.65%

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

R = 63.58%
G = 2.65%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C00866 (or 0xC00866) is known color: Jazzberry Jam. HEX triplet: C0, 08 and 66. RGB value is (192,8,102). Sum of RGB (Red+Green+Blue) = 192+8+102=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C00866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00866 is #3FF799. Grayscale: #494949. Windows color (decimal): -4192154 or 6686912. OLE color: 6686912.

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

Color convert

RGB 192 8 102 -
CMYK 0 0.96 0.47 0.25
HSL 329.35º 0.92% 0.39% -
HSV(B) 329.35º 0.96% 0.75% -
XYZ 24.22 12.34 13.68 -
YUV 73.73 143.96 212.36 -
System Red Green Blue C M Y K H S L
Decimal 192 8 102 0 0.96 0.47 0.25 329.35 0.92 0.39
Hex C0 8 66 0 60 2F 19 149 5C 27
Octal 300 10 146 0 140 57 31 511 134 47
Binary 11000000 1000 1100110 0 1100000 101111 11001 101001001 1011100 100111

Color Harmonies of #C00866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00866

Black with #C00866

Text Example


Text Example

White with #C00866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00866; }

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

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

background-color css

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

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

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

border-color css

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

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

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