Html Css Color HEX #C46C6B Contessa

📋 copy color: '#C46C6B'

red 196 ◦ green 108 ◦ blue 107

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

Shades of Contessa #C46C6B

Tints of Contessa #C46C6B

RGB

 RED value IS 196 (76.95% from 255) = 47.69%

 GREEN value IS 108 (42.58% from 255) = 26.28%

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

R = 47.69%
G = 26.28%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C46C6B (or 0xC46C6B) is known color: Contessa. HEX triplet: C4, 6C and 6B. RGB value is (196,108,107). Sum of RGB (Red+Green+Blue) = 196+108+107=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C6B is #3B9394. Grayscale: #868686. Windows color (decimal): -3904405 or 7040196. OLE color: 7040196.

HSL color Cylindrical-coordinate representation of color #C46C6B: hue angle of 0.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46C6B is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 108 107 -
CMYK 0 0.45 0.45 0.23
HSL 0.67º 0.43% 0.59% -
HSV(B) 0.67º 0.45% 0.77% -
XYZ 30.78 23.52 16.83 -
YUV 134.2 112.65 172.08 -
System Red Green Blue C M Y K H S L
Decimal 196 108 107 0 0.45 0.45 0.23 0.67 0.43 0.59
Hex C4 6C 6B 0 2D 2D 17 1 2B 3B
Octal 304 154 153 0 55 55 27 1 53 73
Binary 11000100 1101100 1101011 0 101101 101101 10111 1 101011 111011

Color Harmonies of #C46C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46C6B

Black with #C46C6B

Text Example


Text Example

White with #C46C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46C6B; }

 p { color: rgb(196,108,107); }

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

background-color css

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

 a { background-color: rgb(196,108,107); }

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

border-color css

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

 span { border-color: rgb(196,108,107); }

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