Html Css Color HEX #C0085B Jazzberry Jam

📋 copy color: '#C0085B'

red 192 ◦ green 8 ◦ blue 91

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

Shades of Jazzberry Jam #C0085B

Tints of Jazzberry Jam #C0085B

RGB

 RED value IS 192 (75.39% from 255) = 65.98%

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

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

R = 65.98%
G = 2.75%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0085B (or 0xC0085B) is known color: Jazzberry Jam. HEX triplet: C0, 08 and 5B. RGB value is (192,8,91). Sum of RGB (Red+Green+Blue) = 192+8+91=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0085B is #3FF7A4. Grayscale: #484848. Windows color (decimal): -4192165 or 5966016. OLE color: 5966016.

HSL color Cylindrical-coordinate representation of color #C0085B: hue angle of 332.93º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0085B is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 91 -
CMYK 0 0.96 0.53 0.25
HSL 332.93º 0.92% 0.39% -
HSV(B) 332.93º 0.96% 0.75% -
XYZ 23.71 12.14 10.99 -
YUV 72.48 138.46 213.25 -
System Red Green Blue C M Y K H S L
Decimal 192 8 91 0 0.96 0.53 0.25 332.93 0.92 0.39
Hex C0 8 5B 0 60 35 19 14D 5C 27
Octal 300 10 133 0 140 65 31 515 134 47
Binary 11000000 1000 1011011 0 1100000 110101 11001 101001101 1011100 100111

Color Harmonies of #C0085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0085B

Black with #C0085B

Text Example


Text Example

White with #C0085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0085B; }

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

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

background-color css

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

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

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

border-color css

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

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

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