Html Css Color HEX #C00D5A Jazzberry Jam

📋 copy color: '#C00D5A'

red 192 ◦ green 13 ◦ blue 90

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

Shades of Jazzberry Jam #C00D5A

Tints of Jazzberry Jam #C00D5A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.41%

 BLUE value IS 90 (35.55% from 255) = 30.51%

R = 65.08%
G = 4.41%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C00D5A (or 0xC00D5A) is known color: Jazzberry Jam. HEX triplet: C0, 0D and 5A. RGB value is (192,13,90). Sum of RGB (Red+Green+Blue) = 192+13+90=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00D5A is #3FF2A5. Grayscale: #4B4B4B. Windows color (decimal): -4190886 or 5901760. OLE color: 5901760.

HSL color Cylindrical-coordinate representation of color #C00D5A: hue angle of 334.19º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00D5A is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 13 90 -
CMYK 0 0.93 0.53 0.25
HSL 334.19º 0.87% 0.4% -
HSV(B) 334.19º 0.93% 0.75% -
XYZ 23.73 12.23 10.78 -
YUV 75.3 136.3 211.24 -
System Red Green Blue C M Y K H S L
Decimal 192 13 90 0 0.93 0.53 0.25 334.19 0.87 0.4
Hex C0 D 5A 0 5D 35 19 14E 57 28
Octal 300 15 132 0 135 65 31 516 127 50
Binary 11000000 1101 1011010 0 1011101 110101 11001 101001110 1010111 101000

Color Harmonies of #C00D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00D5A

Black with #C00D5A

Text Example


Text Example

White with #C00D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00D5A; }

 p { color: rgb(192,13,90); }

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

background-color css

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

 a { background-color: rgb(192,13,90); }

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

border-color css

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

 span { border-color: rgb(192,13,90); }

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