Html Css Color HEX #C00867 Jazzberry Jam

📋 copy color: '#C00867'

red 192 ◦ green 8 ◦ blue 103

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

Shades of Jazzberry Jam #C00867

Tints of Jazzberry Jam #C00867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.99%

R = 63.37%
G = 2.64%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C00867 (or 0xC00867) is known color: Jazzberry Jam. HEX triplet: C0, 08 and 67. RGB value is (192,8,103). Sum of RGB (Red+Green+Blue) = 192+8+103=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C00867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00867 is #3FF798. Grayscale: #494949. Windows color (decimal): -4192153 or 6752448. OLE color: 6752448.

HSL color Cylindrical-coordinate representation of color #C00867: hue angle of 329.02º 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 #C00867 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 103 -
CMYK 0 0.96 0.46 0.25
HSL 329.02º 0.92% 0.39% -
HSV(B) 329.02º 0.96% 0.75% -
XYZ 24.27 12.36 13.94 -
YUV 73.85 144.46 212.28 -
System Red Green Blue C M Y K H S L
Decimal 192 8 103 0 0.96 0.46 0.25 329.02 0.92 0.39
Hex C0 8 67 0 60 2E 19 149 5C 27
Octal 300 10 147 0 140 56 31 511 134 47
Binary 11000000 1000 1100111 0 1100000 101110 11001 101001001 1011100 100111

Color Harmonies of #C00867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00867

Black with #C00867

Text Example


Text Example

White with #C00867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00867; }

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

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

background-color css

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

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

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

border-color css

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

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

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