Html Css Color HEX #CE706D Contessa

📋 copy color: '#CE706D'

red 206 ◦ green 112 ◦ blue 109

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

Shades of Contessa #CE706D

Tints of Contessa #CE706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.23%

 BLUE value IS 109 (42.97% from 255) = 25.53%

R = 48.24%
G = 26.23%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE706D (or 0xCE706D) is known color: Contessa. HEX triplet: CE, 70 and 6D. RGB value is (206,112,109). Sum of RGB (Red+Green+Blue) = 206+112+109=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE706D is #318F92. Grayscale: #8B8B8B. Windows color (decimal): -3248019 or 7172302. OLE color: 7172302.

HSL color Cylindrical-coordinate representation of color #CE706D: hue angle of 1.86º degrees, saturation: 0.5, 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 #CE706D is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 112 109 -
CMYK 0 0.46 0.47 0.19
HSL 1.86º 0.5% 0.62% -
HSV(B) 1.86º 0.47% 0.81% -
XYZ 34.01 25.81 17.66 -
YUV 139.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 206 112 109 0 0.46 0.47 0.19 1.86 0.5 0.62
Hex CE 70 6D 0 2E 2F 13 2 32 3E
Octal 316 160 155 0 56 57 23 2 62 76
Binary 11001110 1110000 1101101 0 101110 101111 10011 10 110010 111110

Color Harmonies of #CE706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE706D

Black with #CE706D

Text Example


Text Example

White with #CE706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE706D; }

 p { color: rgb(206,112,109); }

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

background-color css

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

 a { background-color: rgb(206,112,109); }

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

border-color css

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

 span { border-color: rgb(206,112,109); }

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