Html Css Color HEX #C0165E Jazzberry Jam

📋 copy color: '#C0165E'

red 192 ◦ green 22 ◦ blue 94

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

Shades of Jazzberry Jam #C0165E

Tints of Jazzberry Jam #C0165E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.52%

R = 62.34%
G = 7.14%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0165E (or 0xC0165E) is known color: Jazzberry Jam. HEX triplet: C0, 16 and 5E. RGB value is (192,22,94). Sum of RGB (Red+Green+Blue) = 192+22+94=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C0165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0165E is #3FE9A1. Grayscale: #505050. Windows color (decimal): -4188578 or 6166208. OLE color: 6166208.

HSL color Cylindrical-coordinate representation of color #C0165E: hue angle of 334.59º 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 #C0165E is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 22 94 -
CMYK 0 0.89 0.51 0.25
HSL 334.59º 0.79% 0.42% -
HSV(B) 334.59º 0.89% 0.75% -
XYZ 24.05 12.59 11.75 -
YUV 81.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 192 22 94 0 0.89 0.51 0.25 334.59 0.79 0.42
Hex C0 16 5E 0 59 33 19 14F 4F 2A
Octal 300 26 136 0 131 63 31 517 117 52
Binary 11000000 10110 1011110 0 1011001 110011 11001 101001111 1001111 101010

Color Harmonies of #C0165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0165E

Black with #C0165E

Text Example


Text Example

White with #C0165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0165E; }

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

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

background-color css

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

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

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

border-color css

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

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

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