Html Css Color HEX #CE766A Contessa

📋 copy color: '#CE766A'

red 206 ◦ green 118 ◦ blue 106

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

Shades of Contessa #CE766A

Tints of Contessa #CE766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.44%

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

R = 47.91%
G = 27.44%
B = 24.65%

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

#CE766A (or 0xCE766A) is known color: Contessa. HEX triplet: CE, 76 and 6A. RGB value is (206,118,106). Sum of RGB (Red+Green+Blue) = 206+118+106=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE766A is #318995. Grayscale: #8F8F8F. Windows color (decimal): -3246486 or 6977230. OLE color: 6977230.

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

Color convert

RGB 206 118 106 -
CMYK 0 0.43 0.49 0.19
HSL 7.2º 0.51% 0.61% -
HSV(B) 7.2º 0.49% 0.81% -
XYZ 34.53 27.12 17.05 -
YUV 142.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 206 118 106 0 0.43 0.49 0.19 7.2 0.51 0.61
Hex CE 76 6A 0 2B 31 13 7 33 3D
Octal 316 166 152 0 53 61 23 7 63 75
Binary 11001110 1110110 1101010 0 101011 110001 10011 111 110011 111101

Color Harmonies of #CE766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE766A

Black with #CE766A

Text Example


Text Example

White with #CE766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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