Html Css Color HEX #C2085E Jazzberry Jam

📋 copy color: '#C2085E'

red 194 ◦ green 8 ◦ blue 94

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

Shades of Jazzberry Jam #C2085E

Tints of Jazzberry Jam #C2085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.76%

R = 65.54%
G = 2.7%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2085E (or 0xC2085E) is known color: Jazzberry Jam. HEX triplet: C2, 08 and 5E. RGB value is (194,8,94). Sum of RGB (Red+Green+Blue) = 194+8+94=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C2085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2085E is #3DF7A1. Grayscale: #494949. Windows color (decimal): -4061090 or 6162626. OLE color: 6162626.

HSL color Cylindrical-coordinate representation of color #C2085E: hue angle of 332.26º 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 #C2085E is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 8 94 -
CMYK 0 0.96 0.52 0.24
HSL 332.26º 0.92% 0.4% -
HSV(B) 332.26º 0.96% 0.76% -
XYZ 24.36 12.45 11.71 -
YUV 73.42 139.62 214.01 -
System Red Green Blue C M Y K H S L
Decimal 194 8 94 0 0.96 0.52 0.24 332.26 0.92 0.4
Hex C2 8 5E 0 60 34 18 14C 5C 28
Octal 302 10 136 0 140 64 30 514 134 50
Binary 11000010 1000 1011110 0 1100000 110100 11000 101001100 1011100 101000

Color Harmonies of #C2085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2085E

Black with #C2085E

Text Example


Text Example

White with #C2085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2085E; }

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

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

background-color css

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

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

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

border-color css

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

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

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