Html Css Color HEX #C0165B Jazzberry Jam

📋 copy color: '#C0165B'

red 192 ◦ green 22 ◦ blue 91

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

Shades of Jazzberry Jam #C0165B

Tints of Jazzberry Jam #C0165B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.21%

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

R = 62.95%
G = 7.21%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0165B (or 0xC0165B) is known color: Jazzberry Jam. HEX triplet: C0, 16 and 5B. RGB value is (192,22,91). Sum of RGB (Red+Green+Blue) = 192+22+91=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0165B is #3FE9A4. Grayscale: #505050. Windows color (decimal): -4188581 or 5969600. OLE color: 5969600.

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

Color convert

RGB 192 22 91 -
CMYK 0 0.89 0.53 0.25
HSL 335.65º 0.79% 0.42% -
HSV(B) 335.65º 0.89% 0.75% -
XYZ 23.91 12.54 11.06 -
YUV 80.7 133.82 207.39 -
System Red Green Blue C M Y K H S L
Decimal 192 22 91 0 0.89 0.53 0.25 335.65 0.79 0.42
Hex C0 16 5B 0 59 35 19 150 4F 2A
Octal 300 26 133 0 131 65 31 520 117 52
Binary 11000000 10110 1011011 0 1011001 110101 11001 101010000 1001111 101010

Color Harmonies of #C0165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0165B

Black with #C0165B

Text Example


Text Example

White with #C0165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0165B; }

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

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

background-color css

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

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

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

border-color css

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

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

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