Html Css Color HEX #C20A67 Jazzberry Jam

📋 copy color: '#C20A67'

red 194 ◦ green 10 ◦ blue 103

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

Shades of Jazzberry Jam #C20A67

Tints of Jazzberry Jam #C20A67

RGB

 RED value IS 194 (76.17% from 255) = 63.19%

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

 BLUE value IS 103 (40.63% from 255) = 33.55%

R = 63.19%
G = 3.26%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C20A67 (or 0xC20A67) is known color: Jazzberry Jam. HEX triplet: C2, 0A and 67. RGB value is (194,10,103). Sum of RGB (Red+Green+Blue) = 194+10+103=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20A67 is #3DF598. Grayscale: #4B4B4B. Windows color (decimal): -4060569 or 6752962. OLE color: 6752962.

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

Color convert

RGB 194 10 103 -
CMYK 0 0.95 0.47 0.24
HSL 329.67º 0.9% 0.4% -
HSV(B) 329.67º 0.95% 0.76% -
XYZ 24.8 12.67 13.97 -
YUV 75.62 143.46 212.44 -
System Red Green Blue C M Y K H S L
Decimal 194 10 103 0 0.95 0.47 0.24 329.67 0.9 0.4
Hex C2 A 67 0 5F 2F 18 14A 5A 28
Octal 302 12 147 0 137 57 30 512 132 50
Binary 11000010 1010 1100111 0 1011111 101111 11000 101001010 1011010 101000

Color Harmonies of #C20A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20A67

Black with #C20A67

Text Example


Text Example

White with #C20A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20A67; }

 p { color: rgb(194,10,103); }

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

background-color css

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

 a { background-color: rgb(194,10,103); }

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

border-color css

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

 span { border-color: rgb(194,10,103); }

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