Html Css Color HEX #C00054 Jazzberry Jam

📋 copy color: '#C00054'

red 192 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #C00054

Tints of Jazzberry Jam #C00054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.57%
G = 0%
B = 30.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C00054 (or 0xC00054) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 54. RGB value is (192,0,84). Sum of RGB (Red+Green+Blue) = 192+0+84=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C00054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00054 is #3FFFAB. Grayscale: #424242. Windows color (decimal): -4194220 or 5505216. OLE color: 5505216.

HSL color Cylindrical-coordinate representation of color #C00054: hue angle of 333.75º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00054 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 0 84 -
CMYK 0 1 0.56 0.25
HSL 333.75º 1% 0.38% -
HSV(B) 333.75º 1% 0.75% -
XYZ 23.34 11.85 9.44 -
YUV 66.98 137.61 217.17 -
System Red Green Blue C M Y K H S L
Decimal 192 0 84 0 1 0.56 0.25 333.75 1 0.38
Hex C0 0 54 0 64 38 19 14E 64 26
Octal 300 0 124 0 144 70 31 516 144 46
Binary 11000000 0 1010100 0 1100100 111000 11001 101001110 1100100 100110

Color Harmonies of #C00054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00054

Black with #C00054

Text Example


Text Example

White with #C00054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00054; }

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

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

background-color css

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

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

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

border-color css

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

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

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