Html Css Color HEX #CE756B Contessa

📋 copy color: '#CE756B'

red 206 ◦ green 117 ◦ blue 107

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

Shades of Contessa #CE756B

Tints of Contessa #CE756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.21%

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

R = 47.91%
G = 27.21%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE756B (or 0xCE756B) is known color: Contessa. HEX triplet: CE, 75 and 6B. RGB value is (206,117,107). Sum of RGB (Red+Green+Blue) = 206+117+107=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE756B is #318A94. Grayscale: #8E8E8E. Windows color (decimal): -3246741 or 7042510. OLE color: 7042510.

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

Color convert

RGB 206 117 107 -
CMYK 0 0.43 0.48 0.19
HSL 6.06º 0.5% 0.61% -
HSV(B) 6.06º 0.48% 0.81% -
XYZ 34.47 26.91 17.29 -
YUV 142.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 206 117 107 0 0.43 0.48 0.19 6.06 0.5 0.61
Hex CE 75 6B 0 2B 30 13 6 32 3D
Octal 316 165 153 0 53 60 23 6 62 75
Binary 11001110 1110101 1101011 0 101011 110000 10011 110 110010 111101

Color Harmonies of #CE756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE756B

Black with #CE756B

Text Example


Text Example

White with #CE756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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