Html Css Color HEX #CEA58D Cameo

📋 copy color: '#CEA58D'

red 206 ◦ green 165 ◦ blue 141

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

Shades of Cameo #CEA58D

Tints of Cameo #CEA58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.54%

R = 40.23%
G = 32.23%
B = 27.54%

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

#CEA58D (or 0xCEA58D) is known color: Cameo. HEX triplet: CE, A5 and 8D. RGB value is (206,165,141). Sum of RGB (Red+Green+Blue) = 206+165+141=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA58D is #315A72. Grayscale: #AEAEAE. Windows color (decimal): -3234419 or 9283022. OLE color: 9283022.

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

Color convert

RGB 206 165 141 -
CMYK 0 0.20 0.32 0.19
HSL 22.15º 0.4% 0.68% -
HSV(B) 22.15º 0.32% 0.81% -
XYZ 43.72 41.96 30.99 -
YUV 174.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 206 165 141 0 0.20 0.32 0.19 22.15 0.4 0.68
Hex CE A5 8D 0 14 20 13 16 28 44
Octal 316 245 215 0 24 40 23 26 50 104
Binary 11001110 10100101 10001101 0 10100 100000 10011 10110 101000 1000100

Color Harmonies of #CEA58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA58D

Black with #CEA58D

Text Example


Text Example

White with #CEA58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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