Html Css Color HEX #C46665 Contessa

📋 copy color: '#C46665'

red 196 ◦ green 102 ◦ blue 101

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

Shades of Contessa #C46665

Tints of Contessa #C46665

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.56%

 BLUE value IS 101 (39.84% from 255) = 25.31%

R = 49.12%
G = 25.56%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C46665 (or 0xC46665) is known color: Contessa. HEX triplet: C4, 66 and 65. RGB value is (196,102,101). Sum of RGB (Red+Green+Blue) = 196+102+101=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C46665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46665 is #3B999A. Grayscale: #828282. Windows color (decimal): -3905947 or 6645444. OLE color: 6645444.

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

Color convert

RGB 196 102 101 -
CMYK 0 0.48 0.48 0.23
HSL 0.63º 0.45% 0.58% -
HSV(B) 0.63º 0.48% 0.77% -
XYZ 29.87 22.18 15.02 -
YUV 129.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 196 102 101 0 0.48 0.48 0.23 0.63 0.45 0.58
Hex C4 66 65 0 30 30 17 1 2D 3A
Octal 304 146 145 0 60 60 27 1 55 72
Binary 11000100 1100110 1100101 0 110000 110000 10111 1 101101 111010

Color Harmonies of #C46665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46665

Black with #C46665

Text Example


Text Example

White with #C46665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46665; }

 p { color: rgb(196,102,101); }

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

background-color css

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

 a { background-color: rgb(196,102,101); }

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

border-color css

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

 span { border-color: rgb(196,102,101); }

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