Html Css Color HEX #C00967 Jazzberry Jam

📋 copy color: '#C00967'

red 192 ◦ green 9 ◦ blue 103

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

Shades of Jazzberry Jam #C00967

Tints of Jazzberry Jam #C00967

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.96%

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

R = 63.16%
G = 2.96%
B = 33.88%

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

#C00967 (or 0xC00967) is known color: Jazzberry Jam. HEX triplet: C0, 09 and 67. RGB value is (192,9,103). Sum of RGB (Red+Green+Blue) = 192+9+103=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C00967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00967 is #3FF698. Grayscale: #4A4A4A. Windows color (decimal): -4191897 or 6752704. OLE color: 6752704.

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

Color convert

RGB 192 9 103 -
CMYK 0 0.95 0.46 0.25
HSL 329.18º 0.91% 0.39% -
HSV(B) 329.18º 0.95% 0.75% -
XYZ 24.28 12.38 13.94 -
YUV 74.43 144.13 211.86 -
System Red Green Blue C M Y K H S L
Decimal 192 9 103 0 0.95 0.46 0.25 329.18 0.91 0.39
Hex C0 9 67 0 5F 2E 19 149 5B 27
Octal 300 11 147 0 137 56 31 511 133 47
Binary 11000000 1001 1100111 0 1011111 101110 11001 101001001 1011011 100111

Color Harmonies of #C00967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00967

Black with #C00967

Text Example


Text Example

White with #C00967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00967; }

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

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

background-color css

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

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

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

border-color css

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

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

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