Html Css Color HEX #C2085C Jazzberry Jam

📋 copy color: '#C2085C'

red 194 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #C2085C

Tints of Jazzberry Jam #C2085C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.29%

R = 65.99%
G = 2.72%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2085C (or 0xC2085C) is known color: Jazzberry Jam. HEX triplet: C2, 08 and 5C. RGB value is (194,8,92). Sum of RGB (Red+Green+Blue) = 194+8+92=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2085C is #3DF7A3. Grayscale: #494949. Windows color (decimal): -4061092 or 6031554. OLE color: 6031554.

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

Color convert

RGB 194 8 92 -
CMYK 0 0.96 0.53 0.24
HSL 332.9º 0.92% 0.4% -
HSV(B) 332.9º 0.96% 0.76% -
XYZ 24.27 12.42 11.24 -
YUV 73.19 138.62 214.17 -
System Red Green Blue C M Y K H S L
Decimal 194 8 92 0 0.96 0.53 0.24 332.9 0.92 0.4
Hex C2 8 5C 0 60 35 18 14D 5C 28
Octal 302 10 134 0 140 65 30 515 134 50
Binary 11000010 1000 1011100 0 1100000 110101 11000 101001101 1011100 101000

Color Harmonies of #C2085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2085C

Black with #C2085C

Text Example


Text Example

White with #C2085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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