Html Css Color HEX #C0095B Jazzberry Jam

📋 copy color: '#C0095B'

red 192 ◦ green 9 ◦ blue 91

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

Shades of Jazzberry Jam #C0095B

Tints of Jazzberry Jam #C0095B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.08%

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

R = 65.75%
G = 3.08%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0095B (or 0xC0095B) is known color: Jazzberry Jam. HEX triplet: C0, 09 and 5B. RGB value is (192,9,91). Sum of RGB (Red+Green+Blue) = 192+9+91=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C0095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0095B is #3FF6A4. Grayscale: #484848. Windows color (decimal): -4191909 or 5966272. OLE color: 5966272.

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

Color convert

RGB 192 9 91 -
CMYK 0 0.95 0.53 0.25
HSL 333.11º 0.91% 0.39% -
HSV(B) 333.11º 0.95% 0.75% -
XYZ 23.72 12.16 10.99 -
YUV 73.07 138.13 212.83 -
System Red Green Blue C M Y K H S L
Decimal 192 9 91 0 0.95 0.53 0.25 333.11 0.91 0.39
Hex C0 9 5B 0 5F 35 19 14D 5B 27
Octal 300 11 133 0 137 65 31 515 133 47
Binary 11000000 1001 1011011 0 1011111 110101 11001 101001101 1011011 100111

Color Harmonies of #C0095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0095B

Black with #C0095B

Text Example


Text Example

White with #C0095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0095B; }

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

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

background-color css

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

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

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

border-color css

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

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

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