Html Css Color HEX #C00951 Jazzberry Jam

📋 copy color: '#C00951'

red 192 ◦ green 9 ◦ blue 81

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

Shades of Jazzberry Jam #C00951

Tints of Jazzberry Jam #C00951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 28.72%

R = 68.09%
G = 3.19%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C00951 (or 0xC00951) is known color: Jazzberry Jam. HEX triplet: C0, 09 and 51. RGB value is (192,9,81). Sum of RGB (Red+Green+Blue) = 192+9+81=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C00951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00951 is #3FF6AE. Grayscale: #474747. Windows color (decimal): -4191919 or 5310912. OLE color: 5310912.

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

Color convert

RGB 192 9 81 -
CMYK 0 0.95 0.58 0.25
HSL 336.39º 0.91% 0.39% -
HSV(B) 336.39º 0.95% 0.75% -
XYZ 23.32 12 8.87 -
YUV 71.93 133.13 213.65 -
System Red Green Blue C M Y K H S L
Decimal 192 9 81 0 0.95 0.58 0.25 336.39 0.91 0.39
Hex C0 9 51 0 5F 3A 19 150 5B 27
Octal 300 11 121 0 137 72 31 520 133 47
Binary 11000000 1001 1010001 0 1011111 111010 11001 101010000 1011011 100111

Color Harmonies of #C00951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00951

Black with #C00951

Text Example


Text Example

White with #C00951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00951; }

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

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

background-color css

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

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

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

border-color css

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

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

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