Html Css Color HEX #CE706B Contessa

📋 copy color: '#CE706B'

red 206 ◦ green 112 ◦ blue 107

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

Shades of Contessa #CE706B

Tints of Contessa #CE706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.18%

R = 48.47%
G = 26.35%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE706B (or 0xCE706B) is known color: Contessa. HEX triplet: CE, 70 and 6B. RGB value is (206,112,107). Sum of RGB (Red+Green+Blue) = 206+112+107=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE706B is #318F94. Grayscale: #8B8B8B. Windows color (decimal): -3248021 or 7041230. OLE color: 7041230.

HSL color Cylindrical-coordinate representation of color #CE706B: hue angle of 3.03º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE706B is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 112 107 -
CMYK 0 0.46 0.48 0.19
HSL 3.03º 0.5% 0.61% -
HSV(B) 3.03º 0.48% 0.81% -
XYZ 33.9 25.77 17.1 -
YUV 139.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 206 112 107 0 0.46 0.48 0.19 3.03 0.5 0.61
Hex CE 70 6B 0 2E 30 13 3 32 3D
Octal 316 160 153 0 56 60 23 3 62 75
Binary 11001110 1110000 1101011 0 101110 110000 10011 11 110010 111101

Color Harmonies of #CE706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE706B

Black with #CE706B

Text Example


Text Example

White with #CE706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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