Html Css Color HEX #C00A67 Jazzberry Jam

📋 copy color: '#C00A67'

red 192 ◦ green 10 ◦ blue 103

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

Shades of Jazzberry Jam #C00A67

Tints of Jazzberry Jam #C00A67

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.28%

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

R = 62.95%
G = 3.28%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C00A67 (or 0xC00A67) is known color: Jazzberry Jam. HEX triplet: C0, 0A and 67. RGB value is (192,10,103). Sum of RGB (Red+Green+Blue) = 192+10+103=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00A67 is #3FF598. Grayscale: #4A4A4A. Windows color (decimal): -4191641 or 6752960. OLE color: 6752960.

HSL color Cylindrical-coordinate representation of color #C00A67: hue angle of 329.34º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00A67 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 10 103 -
CMYK 0 0.95 0.46 0.25
HSL 329.34º 0.9% 0.4% -
HSV(B) 329.34º 0.95% 0.75% -
XYZ 24.29 12.4 13.95 -
YUV 75.02 143.8 211.44 -
System Red Green Blue C M Y K H S L
Decimal 192 10 103 0 0.95 0.46 0.25 329.34 0.9 0.4
Hex C0 A 67 0 5F 2E 19 149 5A 28
Octal 300 12 147 0 137 56 31 511 132 50
Binary 11000000 1010 1100111 0 1011111 101110 11001 101001001 1011010 101000

Color Harmonies of #C00A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A67

Black with #C00A67

Text Example


Text Example

White with #C00A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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