Html Css Color HEX #C00254 Jazzberry Jam

📋 copy color: '#C00254'

red 192 ◦ green 2 ◦ blue 84

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

Shades of Jazzberry Jam #C00254

Tints of Jazzberry Jam #C00254

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 69.06%
G = 0.72%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C00254 (or 0xC00254) is known color: Jazzberry Jam. HEX triplet: C0, 02 and 54. RGB value is (192,2,84). Sum of RGB (Red+Green+Blue) = 192+2+84=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C00254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00254 is #3FFDAB. Grayscale: #444444. Windows color (decimal): -4193708 or 5505728. OLE color: 5505728.

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

Color convert

RGB 192 2 84 -
CMYK 0 0.99 0.56 0.25
HSL 334.11º 0.98% 0.38% -
HSV(B) 334.11º 0.99% 0.75% -
XYZ 23.36 11.89 9.45 -
YUV 68.16 136.95 216.33 -
System Red Green Blue C M Y K H S L
Decimal 192 2 84 0 0.99 0.56 0.25 334.11 0.98 0.38
Hex C0 2 54 0 63 38 19 14E 62 26
Octal 300 2 124 0 143 70 31 516 142 46
Binary 11000000 10 1010100 0 1100011 111000 11001 101001110 1100010 100110

Color Harmonies of #C00254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00254

Black with #C00254

Text Example


Text Example

White with #C00254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00254; }

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

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

background-color css

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

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

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

border-color css

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

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

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