Html Css Color HEX #C00A64 Jazzberry Jam

📋 copy color: '#C00A64'

red 192 ◦ green 10 ◦ blue 100

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

Shades of Jazzberry Jam #C00A64

Tints of Jazzberry Jam #C00A64

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.31%

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 63.58%
G = 3.31%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C00A64 (or 0xC00A64) is known color: Jazzberry Jam. HEX triplet: C0, 0A and 64. RGB value is (192,10,100). Sum of RGB (Red+Green+Blue) = 192+10+100=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00A64 is #3FF59B. Grayscale: #4A4A4A. Windows color (decimal): -4191644 or 6556352. OLE color: 6556352.

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

Color convert

RGB 192 10 100 -
CMYK 0 0.95 0.48 0.25
HSL 330.33º 0.9% 0.4% -
HSV(B) 330.33º 0.95% 0.75% -
XYZ 24.15 12.34 13.17 -
YUV 74.68 142.3 211.68 -
System Red Green Blue C M Y K H S L
Decimal 192 10 100 0 0.95 0.48 0.25 330.33 0.9 0.4
Hex C0 A 64 0 5F 30 19 14A 5A 28
Octal 300 12 144 0 137 60 31 512 132 50
Binary 11000000 1010 1100100 0 1011111 110000 11001 101001010 1011010 101000

Color Harmonies of #C00A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A64

Black with #C00A64

Text Example


Text Example

White with #C00A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A64; }

 p { color: rgb(192,10,100); }

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

background-color css

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

 a { background-color: rgb(192,10,100); }

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

border-color css

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

 span { border-color: rgb(192,10,100); }

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