Html Css Color HEX #C00A6A Jazzberry Jam

📋 copy color: '#C00A6A'

red 192 ◦ green 10 ◦ blue 106

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

Shades of Jazzberry Jam #C00A6A

Tints of Jazzberry Jam #C00A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.42%

R = 62.34%
G = 3.25%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C00A6A (or 0xC00A6A) is known color: Jazzberry Jam. HEX triplet: C0, 0A and 6A. RGB value is (192,10,106). Sum of RGB (Red+Green+Blue) = 192+10+106=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00A6A is #3FF595. Grayscale: #4B4B4B. Windows color (decimal): -4191638 or 6949568. OLE color: 6949568.

HSL color Cylindrical-coordinate representation of color #C00A6A: hue angle of 328.35º 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 #C00A6A is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 10 106 -
CMYK 0 0.95 0.45 0.25
HSL 328.35º 0.9% 0.4% -
HSV(B) 328.35º 0.95% 0.75% -
XYZ 24.45 12.46 14.75 -
YUV 75.36 145.3 211.19 -
System Red Green Blue C M Y K H S L
Decimal 192 10 106 0 0.95 0.45 0.25 328.35 0.9 0.4
Hex C0 A 6A 0 5F 2D 19 148 5A 28
Octal 300 12 152 0 137 55 31 510 132 50
Binary 11000000 1010 1101010 0 1011111 101101 11001 101001000 1011010 101000

Color Harmonies of #C00A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A6A

Black with #C00A6A

Text Example


Text Example

White with #C00A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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