Html Css Color HEX #C46B6A Contessa

📋 copy color: '#C46B6A'

red 196 ◦ green 107 ◦ blue 106

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

Shades of Contessa #C46B6A

Tints of Contessa #C46B6A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.16%

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

R = 47.92%
G = 26.16%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C46B6A (or 0xC46B6A) is known color: Contessa. HEX triplet: C4, 6B and 6A. RGB value is (196,107,106). Sum of RGB (Red+Green+Blue) = 196+107+106=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46B6A is #3B9495. Grayscale: #858585. Windows color (decimal): -3904662 or 6974404. OLE color: 6974404.

HSL color Cylindrical-coordinate representation of color #C46B6A: 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.46%. Process color model (Four color, CMYK) of #C46B6A is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 107 106 -
CMYK 0 0.45 0.46 0.23
HSL 0.67º 0.43% 0.59% -
HSV(B) 0.67º 0.46% 0.77% -
XYZ 30.62 23.29 16.52 -
YUV 133.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 196 107 106 0 0.45 0.46 0.23 0.67 0.43 0.59
Hex C4 6B 6A 0 2D 2E 17 1 2B 3B
Octal 304 153 152 0 55 56 27 1 53 73
Binary 11000100 1101011 1101010 0 101101 101110 10111 1 101011 111011

Color Harmonies of #C46B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46B6A

Black with #C46B6A

Text Example


Text Example

White with #C46B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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