Html Css Color HEX #C00354 Jazzberry Jam

📋 copy color: '#C00354'

red 192 ◦ green 3 ◦ blue 84

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

Shades of Jazzberry Jam #C00354

Tints of Jazzberry Jam #C00354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 68.82%
G = 1.08%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C00354 (or 0xC00354) is known color: Jazzberry Jam. HEX triplet: C0, 03 and 54. RGB value is (192,3,84). Sum of RGB (Red+Green+Blue) = 192+3+84=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C00354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00354 is #3FFCAB. Grayscale: #444444. Windows color (decimal): -4193452 or 5505984. OLE color: 5505984.

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

Color convert

RGB 192 3 84 -
CMYK 0 0.98 0.56 0.25
HSL 334.29º 0.97% 0.38% -
HSV(B) 334.29º 0.98% 0.75% -
XYZ 23.37 11.91 9.45 -
YUV 68.75 136.62 215.91 -
System Red Green Blue C M Y K H S L
Decimal 192 3 84 0 0.98 0.56 0.25 334.29 0.97 0.38
Hex C0 3 54 0 62 38 19 14E 61 26
Octal 300 3 124 0 142 70 31 516 141 46
Binary 11000000 11 1010100 0 1100010 111000 11001 101001110 1100001 100110

Color Harmonies of #C00354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00354

Black with #C00354

Text Example


Text Example

White with #C00354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00354; }

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

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

background-color css

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

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

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

border-color css

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

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

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