Html Css Color HEX #CE756A Contessa

📋 copy color: '#CE756A'

red 206 ◦ green 117 ◦ blue 106

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

Shades of Contessa #CE756A

Tints of Contessa #CE756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.71%

R = 48.02%
G = 27.27%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE756A (or 0xCE756A) is known color: Contessa. HEX triplet: CE, 75 and 6A. RGB value is (206,117,106). Sum of RGB (Red+Green+Blue) = 206+117+106=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE756A is #318A95. Grayscale: #8E8E8E. Windows color (decimal): -3246742 or 6976974. OLE color: 6976974.

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

Color convert

RGB 206 117 106 -
CMYK 0 0.43 0.49 0.19
HSL 6.6º 0.51% 0.61% -
HSV(B) 6.6º 0.49% 0.81% -
XYZ 34.42 26.89 17.01 -
YUV 142.36 107.49 173.39 -
System Red Green Blue C M Y K H S L
Decimal 206 117 106 0 0.43 0.49 0.19 6.6 0.51 0.61
Hex CE 75 6A 0 2B 31 13 7 33 3D
Octal 316 165 152 0 53 61 23 7 63 75
Binary 11001110 1110101 1101010 0 101011 110001 10011 111 110011 111101

Color Harmonies of #CE756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE756A

Black with #CE756A

Text Example


Text Example

White with #CE756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE756A; }

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

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

background-color css

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

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

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

border-color css

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

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

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