Html Css Color HEX #CE9E79 Cameo

📋 copy color: '#CE9E79'

red 206 ◦ green 158 ◦ blue 121

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

Shades of Cameo #CE9E79

Tints of Cameo #CE9E79

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.58%

 BLUE value IS 121 (47.66% from 255) = 24.95%

R = 42.47%
G = 32.58%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE9E79 (or 0xCE9E79) is known color: Cameo. HEX triplet: CE, 9E and 79. RGB value is (206,158,121). Sum of RGB (Red+Green+Blue) = 206+158+121=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9E79 is #316186. Grayscale: #A8A8A8. Windows color (decimal): -3236231 or 7970510. OLE color: 7970510.

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

Color convert

RGB 206 158 121 -
CMYK 0 0.23 0.41 0.19
HSL 26.12º 0.46% 0.64% -
HSV(B) 26.12º 0.41% 0.81% -
XYZ 41.13 38.96 23.44 -
YUV 168.13 101.4 155.01 -
System Red Green Blue C M Y K H S L
Decimal 206 158 121 0 0.23 0.41 0.19 26.12 0.46 0.64
Hex CE 9E 79 0 17 29 13 1A 2E 40
Octal 316 236 171 0 27 51 23 32 56 100
Binary 11001110 10011110 1111001 0 10111 101001 10011 11010 101110 1000000

Color Harmonies of #CE9E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9E79

Black with #CE9E79

Text Example


Text Example

White with #CE9E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9E79; }

 p { color: rgb(206,158,121); }

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

background-color css

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

 a { background-color: rgb(206,158,121); }

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

border-color css

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

 span { border-color: rgb(206,158,121); }

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