Html Css Color HEX #C0076B Jazzberry Jam

📋 copy color: '#C0076B'

red 192 ◦ green 7 ◦ blue 107

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

Shades of Jazzberry Jam #C0076B

Tints of Jazzberry Jam #C0076B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.29%

 BLUE value IS 107 (42.19% from 255) = 34.97%

R = 62.75%
G = 2.29%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0076B (or 0xC0076B) is known color: Jazzberry Jam. HEX triplet: C0, 07 and 6B. RGB value is (192,7,107). Sum of RGB (Red+Green+Blue) = 192+7+107=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0076B is #3FF894. Grayscale: #494949. Windows color (decimal): -4192405 or 7014336. OLE color: 7014336.

HSL color Cylindrical-coordinate representation of color #C0076B: hue angle of 327.57º degrees, saturation: 0.93, 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 #C0076B is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 7 107 -
CMYK 0 0.96 0.44 0.25
HSL 327.57º 0.93% 0.39% -
HSV(B) 327.57º 0.96% 0.75% -
XYZ 24.47 12.42 15.02 -
YUV 73.72 146.79 212.37 -
System Red Green Blue C M Y K H S L
Decimal 192 7 107 0 0.96 0.44 0.25 327.57 0.93 0.39
Hex C0 7 6B 0 60 2C 19 148 5D 27
Octal 300 7 153 0 140 54 31 510 135 47
Binary 11000000 111 1101011 0 1100000 101100 11001 101001000 1011101 100111

Color Harmonies of #C0076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0076B

Black with #C0076B

Text Example


Text Example

White with #C0076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0076B; }

 p { color: rgb(192,7,107); }

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

background-color css

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

 a { background-color: rgb(192,7,107); }

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

border-color css

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

 span { border-color: rgb(192,7,107); }

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