Html Css Color HEX #CE9F76 Cameo

📋 copy color: '#CE9F76'

red 206 ◦ green 159 ◦ blue 118

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

Shades of Cameo #CE9F76

Tints of Cameo #CE9F76

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.92%

 BLUE value IS 118 (46.48% from 255) = 24.43%

R = 42.65%
G = 32.92%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE9F76 (or 0xCE9F76) is known color: Cameo. HEX triplet: CE, 9F and 76. RGB value is (206,159,118). Sum of RGB (Red+Green+Blue) = 206+159+118=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9F76 is #316089. Grayscale: #A8A8A8. Windows color (decimal): -3235978 or 7774158. OLE color: 7774158.

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

Color convert

RGB 206 159 118 -
CMYK 0 0.23 0.43 0.19
HSL 27.95º 0.47% 0.64% -
HSV(B) 27.95º 0.43% 0.81% -
XYZ 41.12 39.23 22.54 -
YUV 168.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 206 159 118 0 0.23 0.43 0.19 27.95 0.47 0.64
Hex CE 9F 76 0 17 2B 13 1C 2F 40
Octal 316 237 166 0 27 53 23 34 57 100
Binary 11001110 10011111 1110110 0 10111 101011 10011 11100 101111 1000000

Color Harmonies of #CE9F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9F76

Black with #CE9F76

Text Example


Text Example

White with #CE9F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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