Html Css Color HEX #C00C69 Jazzberry Jam

📋 copy color: '#C00C69'

red 192 ◦ green 12 ◦ blue 105

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

Shades of Jazzberry Jam #C00C69

Tints of Jazzberry Jam #C00C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.88%

 BLUE value IS 105 (41.41% from 255) = 33.98%

R = 62.14%
G = 3.88%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C00C69 (or 0xC00C69) is known color: Jazzberry Jam. HEX triplet: C0, 0C and 69. RGB value is (192,12,105). Sum of RGB (Red+Green+Blue) = 192+12+105=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C00C69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00C69 is #3FF396. Grayscale: #4C4C4C. Windows color (decimal): -4191127 or 6884544. OLE color: 6884544.

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

Color convert

RGB 192 12 105 -
CMYK 0 0.94 0.45 0.25
HSL 329º 0.88% 0.4% -
HSV(B) 329º 0.94% 0.75% -
XYZ 24.42 12.49 14.49 -
YUV 76.42 144.13 210.44 -
System Red Green Blue C M Y K H S L
Decimal 192 12 105 0 0.94 0.45 0.25 329 0.88 0.4
Hex C0 C 69 0 5E 2D 19 149 58 28
Octal 300 14 151 0 136 55 31 511 130 50
Binary 11000000 1100 1101001 0 1011110 101101 11001 101001001 1011000 101000

Color Harmonies of #C00C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00C69

Black with #C00C69

Text Example


Text Example

White with #C00C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00C69; }

 p { color: rgb(192,12,105); }

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

background-color css

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

 a { background-color: rgb(192,12,105); }

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

border-color css

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

 span { border-color: rgb(192,12,105); }

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