Html Css Color HEX #C0066A Jazzberry Jam

📋 copy color: '#C0066A'

red 192 ◦ green 6 ◦ blue 106

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

Shades of Jazzberry Jam #C0066A

Tints of Jazzberry Jam #C0066A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.97%

 BLUE value IS 106 (41.8% from 255) = 34.87%

R = 63.16%
G = 1.97%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0066A (or 0xC0066A) is known color: Jazzberry Jam. HEX triplet: C0, 06 and 6A. RGB value is (192,6,106). Sum of RGB (Red+Green+Blue) = 192+6+106=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C0066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0066A is #3FF995. Grayscale: #484848. Windows color (decimal): -4192662 or 6948544. OLE color: 6948544.

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

Color convert

RGB 192 6 106 -
CMYK 0 0.97 0.45 0.25
HSL 327.74º 0.94% 0.39% -
HSV(B) 327.74º 0.97% 0.75% -
XYZ 24.4 12.38 14.74 -
YUV 73.01 146.62 212.87 -
System Red Green Blue C M Y K H S L
Decimal 192 6 106 0 0.97 0.45 0.25 327.74 0.94 0.39
Hex C0 6 6A 0 61 2D 19 148 5E 27
Octal 300 6 152 0 141 55 31 510 136 47
Binary 11000000 110 1101010 0 1100001 101101 11001 101001000 1011110 100111

Color Harmonies of #C0066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0066A

Black with #C0066A

Text Example


Text Example

White with #C0066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0066A; }

 p { color: rgb(192,6,106); }

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

background-color css

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

 a { background-color: rgb(192,6,106); }

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

border-color css

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

 span { border-color: rgb(192,6,106); }

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