Html Css Color HEX #C00B54 Jazzberry Jam

📋 copy color: '#C00B54'

red 192 ◦ green 11 ◦ blue 84

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

Shades of Jazzberry Jam #C00B54

Tints of Jazzberry Jam #C00B54

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.83%

 BLUE value IS 84 (33.2% from 255) = 29.27%

R = 66.9%
G = 3.83%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C00B54 (or 0xC00B54) is known color: Jazzberry Jam. HEX triplet: C0, 0B and 54. RGB value is (192,11,84). Sum of RGB (Red+Green+Blue) = 192+11+84=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00B54 is #3FF4AB. Grayscale: #494949. Windows color (decimal): -4191404 or 5508032. OLE color: 5508032.

HSL color Cylindrical-coordinate representation of color #C00B54: hue angle of 335.8º degrees, saturation: 0.89, 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 #C00B54 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 11 84 -
CMYK 0 0.94 0.56 0.25
HSL 335.8º 0.89% 0.4% -
HSV(B) 335.8º 0.94% 0.75% -
XYZ 23.46 12.09 9.48 -
YUV 73.44 133.97 212.56 -
System Red Green Blue C M Y K H S L
Decimal 192 11 84 0 0.94 0.56 0.25 335.8 0.89 0.4
Hex C0 B 54 0 5E 38 19 150 59 28
Octal 300 13 124 0 136 70 31 520 131 50
Binary 11000000 1011 1010100 0 1011110 111000 11001 101010000 1011001 101000

Color Harmonies of #C00B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00B54

Black with #C00B54

Text Example


Text Example

White with #C00B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00B54; }

 p { color: rgb(192,11,84); }

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

background-color css

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

 a { background-color: rgb(192,11,84); }

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

border-color css

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

 span { border-color: rgb(192,11,84); }

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