Html Css Color HEX #CE766E Contessa

📋 copy color: '#CE766E'

red 206 ◦ green 118 ◦ blue 110

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

Shades of Contessa #CE766E

Tints of Contessa #CE766E

RGB

 RED value IS 206 (80.86% from 255) = 47.47%

 GREEN value IS 118 (46.48% from 255) = 27.19%

 BLUE value IS 110 (43.36% from 255) = 25.35%

R = 47.47%
G = 27.19%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE766E (or 0xCE766E) is known color: Contessa. HEX triplet: CE, 76 and 6E. RGB value is (206,118,110). Sum of RGB (Red+Green+Blue) = 206+118+110=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE766E is #318991. Grayscale: #8F8F8F. Windows color (decimal): -3246482 or 7239374. OLE color: 7239374.

HSL color Cylindrical-coordinate representation of color #CE766E: hue angle of 5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE766E is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 118 110 -
CMYK 0 0.43 0.47 0.19
HSL 0.49% 0.62% -
HSV(B) 0.47% 0.81% -
XYZ 34.75 27.2 18.17 -
YUV 143.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 206 118 110 0 0.43 0.47 0.19 5 0.49 0.62
Hex CE 76 6E 0 2B 2F 13 5 31 3E
Octal 316 166 156 0 53 57 23 5 61 76
Binary 11001110 1110110 1101110 0 101011 101111 10011 101 110001 111110

Color Harmonies of #CE766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE766E

Black with #CE766E

Text Example


Text Example

White with #CE766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE766E; }

 p { color: rgb(206,118,110); }

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

background-color css

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

 a { background-color: rgb(206,118,110); }

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

border-color css

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

 span { border-color: rgb(206,118,110); }

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