Html Css Color HEX #CE6966 Contessa

📋 copy color: '#CE6966'

red 206 ◦ green 105 ◦ blue 102

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

Shades of Contessa #CE6966

Tints of Contessa #CE6966

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.42%

 BLUE value IS 102 (40.23% from 255) = 24.7%

R = 49.88%
G = 25.42%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE6966 (or 0xCE6966) is known color: Contessa. HEX triplet: CE, 69 and 66. RGB value is (206,105,102). Sum of RGB (Red+Green+Blue) = 206+105+102=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6966 is #319699. Grayscale: #868686. Windows color (decimal): -3249818 or 6711758. OLE color: 6711758.

HSL color Cylindrical-coordinate representation of color #CE6966: hue angle of 1.73º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6966 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 105 102 -
CMYK 0 0.49 0.50 0.19
HSL 1.73º 0.51% 0.6% -
HSV(B) 1.73º 0.5% 0.81% -
XYZ 32.9 24.18 15.5 -
YUV 134.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 206 105 102 0 0.49 0.50 0.19 1.73 0.51 0.6
Hex CE 69 66 0 31 32 13 2 33 3C
Octal 316 151 146 0 61 62 23 2 63 74
Binary 11001110 1101001 1100110 0 110001 110010 10011 10 110011 111100

Color Harmonies of #CE6966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6966

Black with #CE6966

Text Example


Text Example

White with #CE6966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6966; }

 p { color: rgb(206,105,102); }

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

background-color css

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

 a { background-color: rgb(206,105,102); }

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

border-color css

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

 span { border-color: rgb(206,105,102); }

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