Html Css Color HEX #CEA58C Cameo

📋 copy color: '#CEA58C'

red 206 ◦ green 165 ◦ blue 140

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

Shades of Cameo #CEA58C

Tints of Cameo #CEA58C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.29%

 BLUE value IS 140 (55.08% from 255) = 27.4%

R = 40.31%
G = 32.29%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CEA58C (or 0xCEA58C) is known color: Cameo. HEX triplet: CE, A5 and 8C. RGB value is (206,165,140). Sum of RGB (Red+Green+Blue) = 206+165+140=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA58C is #315A73. Grayscale: #AEAEAE. Windows color (decimal): -3234420 or 9217486. OLE color: 9217486.

HSL color Cylindrical-coordinate representation of color #CEA58C: hue angle of 22.73º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEA58C is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 165 140 -
CMYK 0 0.20 0.32 0.19
HSL 22.73º 0.4% 0.68% -
HSV(B) 22.73º 0.32% 0.81% -
XYZ 43.64 41.93 30.6 -
YUV 174.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 206 165 140 0 0.20 0.32 0.19 22.73 0.4 0.68
Hex CE A5 8C 0 14 20 13 17 28 44
Octal 316 245 214 0 24 40 23 27 50 104
Binary 11001110 10100101 10001100 0 10100 100000 10011 10111 101000 1000100

Color Harmonies of #CEA58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA58C

Black with #CEA58C

Text Example


Text Example

White with #CEA58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA58C; }

 p { color: rgb(206,165,140); }

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

background-color css

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

 a { background-color: rgb(206,165,140); }

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

border-color css

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

 span { border-color: rgb(206,165,140); }

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