Html Css Color HEX #CE776A Contessa

📋 copy color: '#CE776A'

red 206 ◦ green 119 ◦ blue 106

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

Shades of Contessa #CE776A

Tints of Contessa #CE776A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.61%

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

R = 47.8%
G = 27.61%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE776A (or 0xCE776A) is known color: Contessa. HEX triplet: CE, 77 and 6A. RGB value is (206,119,106). Sum of RGB (Red+Green+Blue) = 206+119+106=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE776A is #318895. Grayscale: #8F8F8F. Windows color (decimal): -3246230 or 6977486. OLE color: 6977486.

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

Color convert

RGB 206 119 106 -
CMYK 0 0.42 0.49 0.19
HSL 7.8º 0.51% 0.61% -
HSV(B) 7.8º 0.49% 0.81% -
XYZ 34.65 27.36 17.09 -
YUV 143.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 206 119 106 0 0.42 0.49 0.19 7.8 0.51 0.61
Hex CE 77 6A 0 2A 31 13 8 33 3D
Octal 316 167 152 0 52 61 23 10 63 75
Binary 11001110 1110111 1101010 0 101010 110001 10011 1000 110011 111101

Color Harmonies of #CE776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE776A

Black with #CE776A

Text Example


Text Example

White with #CE776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE776A; }

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

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

background-color css

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

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

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

border-color css

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

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

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