Html Css Color HEX #C2085A Jazzberry Jam

📋 copy color: '#C2085A'

red 194 ◦ green 8 ◦ blue 90

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

Shades of Jazzberry Jam #C2085A

Tints of Jazzberry Jam #C2085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.74%

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

R = 66.44%
G = 2.74%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2085A (or 0xC2085A) is known color: Jazzberry Jam. HEX triplet: C2, 08 and 5A. RGB value is (194,8,90). Sum of RGB (Red+Green+Blue) = 194+8+90=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C2085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2085A is #3DF7A5. Grayscale: #484848. Windows color (decimal): -4061094 or 5900482. OLE color: 5900482.

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

Color convert

RGB 194 8 90 -
CMYK 0 0.96 0.54 0.24
HSL 333.55º 0.92% 0.4% -
HSV(B) 333.55º 0.96% 0.76% -
XYZ 24.18 12.38 10.79 -
YUV 72.96 137.62 214.33 -
System Red Green Blue C M Y K H S L
Decimal 194 8 90 0 0.96 0.54 0.24 333.55 0.92 0.4
Hex C2 8 5A 0 60 36 18 14E 5C 28
Octal 302 10 132 0 140 66 30 516 134 50
Binary 11000010 1000 1011010 0 1100000 110110 11000 101001110 1011100 101000

Color Harmonies of #C2085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2085A

Black with #C2085A

Text Example


Text Example

White with #C2085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2085A; }

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

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

background-color css

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

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

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

border-color css

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

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

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