Html Css Color HEX #C2095A Jazzberry Jam

📋 copy color: '#C2095A'

red 194 ◦ green 9 ◦ blue 90

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

Shades of Jazzberry Jam #C2095A

Tints of Jazzberry Jam #C2095A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.07%

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

R = 66.21%
G = 3.07%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2095A (or 0xC2095A) is known color: Jazzberry Jam. HEX triplet: C2, 09 and 5A. RGB value is (194,9,90). Sum of RGB (Red+Green+Blue) = 194+9+90=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2095A is #3DF6A5. Grayscale: #494949. Windows color (decimal): -4060838 or 5900738. OLE color: 5900738.

HSL color Cylindrical-coordinate representation of color #C2095A: hue angle of 333.73º degrees, saturation: 0.91, 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 #C2095A is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 9 90 -
CMYK 0 0.95 0.54 0.24
HSL 333.73º 0.91% 0.4% -
HSV(B) 333.73º 0.95% 0.76% -
XYZ 24.19 12.4 10.79 -
YUV 73.55 137.29 213.91 -
System Red Green Blue C M Y K H S L
Decimal 194 9 90 0 0.95 0.54 0.24 333.73 0.91 0.4
Hex C2 9 5A 0 5F 36 18 14E 5B 28
Octal 302 11 132 0 137 66 30 516 133 50
Binary 11000010 1001 1011010 0 1011111 110110 11000 101001110 1011011 101000

Color Harmonies of #C2095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2095A

Black with #C2095A

Text Example


Text Example

White with #C2095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2095A; }

 p { color: rgb(194,9,90); }

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

background-color css

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

 a { background-color: rgb(194,9,90); }

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

border-color css

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

 span { border-color: rgb(194,9,90); }

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