Html Css Color HEX #CE6A66 Contessa

📋 copy color: '#CE6A66'

red 206 ◦ green 106 ◦ blue 102

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

Shades of Contessa #CE6A66

Tints of Contessa #CE6A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.6%

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

R = 49.76%
G = 25.6%
B = 24.64%

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

#CE6A66 (or 0xCE6A66) is known color: Contessa. HEX triplet: CE, 6A and 66. RGB value is (206,106,102). Sum of RGB (Red+Green+Blue) = 206+106+102=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6A66 is #319599. Grayscale: #878787. Windows color (decimal): -3249562 or 6712014. OLE color: 6712014.

HSL color Cylindrical-coordinate representation of color #CE6A66: hue angle of 2.31º 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 #CE6A66 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 106 102 -
CMYK 0 0.49 0.50 0.19
HSL 2.31º 0.51% 0.6% -
HSV(B) 2.31º 0.5% 0.81% -
XYZ 33.01 24.39 15.54 -
YUV 135.44 109.13 178.33 -
System Red Green Blue C M Y K H S L
Decimal 206 106 102 0 0.49 0.50 0.19 2.31 0.51 0.6
Hex CE 6A 66 0 31 32 13 2 33 3C
Octal 316 152 146 0 61 62 23 2 63 74
Binary 11001110 1101010 1100110 0 110001 110010 10011 10 110011 111100

Color Harmonies of #CE6A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A66

Black with #CE6A66

Text Example


Text Example

White with #CE6A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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