Html Css Color HEX #C2085B Jazzberry Jam

📋 copy color: '#C2085B'

red 194 ◦ green 8 ◦ blue 91

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

Shades of Jazzberry Jam #C2085B

Tints of Jazzberry Jam #C2085B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.06%

R = 66.21%
G = 2.73%
B = 31.06%

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

#C2085B (or 0xC2085B) is known color: Jazzberry Jam. HEX triplet: C2, 08 and 5B. RGB value is (194,8,91). Sum of RGB (Red+Green+Blue) = 194+8+91=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2085B is #3DF7A4. Grayscale: #484848. Windows color (decimal): -4061093 or 5966018. OLE color: 5966018.

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

Color convert

RGB 194 8 91 -
CMYK 0 0.96 0.53 0.24
HSL 333.23º 0.92% 0.4% -
HSV(B) 333.23º 0.96% 0.76% -
XYZ 24.22 12.4 11.01 -
YUV 73.08 138.12 214.25 -
System Red Green Blue C M Y K H S L
Decimal 194 8 91 0 0.96 0.53 0.24 333.23 0.92 0.4
Hex C2 8 5B 0 60 35 18 14D 5C 28
Octal 302 10 133 0 140 65 30 515 134 50
Binary 11000010 1000 1011011 0 1100000 110101 11000 101001101 1011100 101000

Color Harmonies of #C2085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2085B

Black with #C2085B

Text Example


Text Example

White with #C2085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2085B; }

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

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

background-color css

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

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

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

border-color css

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

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

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