Html Css Color HEX #C1066A Jazzberry Jam

📋 copy color: '#C1066A'

red 193 ◦ green 6 ◦ blue 106

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

Shades of Jazzberry Jam #C1066A

Tints of Jazzberry Jam #C1066A

RGB

 RED value IS 193 (75.78% from 255) = 63.28%

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

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

R = 63.28%
G = 1.97%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1066A (or 0xC1066A) is known color: Jazzberry Jam. HEX triplet: C1, 06 and 6A. RGB value is (193,6,106). Sum of RGB (Red+Green+Blue) = 193+6+106=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1066A is #3EF995. Grayscale: #494949. Windows color (decimal): -4127126 or 6948545. OLE color: 6948545.

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

Color convert

RGB 193 6 106 -
CMYK 0 0.97 0.45 0.24
HSL 327.91º 0.94% 0.39% -
HSV(B) 327.91º 0.97% 0.76% -
XYZ 24.66 12.51 14.75 -
YUV 73.31 146.45 213.37 -
System Red Green Blue C M Y K H S L
Decimal 193 6 106 0 0.97 0.45 0.24 327.91 0.94 0.39
Hex C1 6 6A 0 61 2D 18 148 5E 27
Octal 301 6 152 0 141 55 30 510 136 47
Binary 11000001 110 1101010 0 1100001 101101 11000 101001000 1011110 100111

Color Harmonies of #C1066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1066A

Black with #C1066A

Text Example


Text Example

White with #C1066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1066A; }

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

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

background-color css

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

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

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

border-color css

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

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

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