Html Css Color HEX #CEA87D Cameo

📋 copy color: '#CEA87D'

red 206 ◦ green 168 ◦ blue 125

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

Shades of Cameo #CEA87D

Tints of Cameo #CEA87D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.67%

 BLUE value IS 125 (49.22% from 255) = 25.05%

R = 41.28%
G = 33.67%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CEA87D (or 0xCEA87D) is known color: Cameo. HEX triplet: CE, A8 and 7D. RGB value is (206,168,125). Sum of RGB (Red+Green+Blue) = 206+168+125=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA87D is #315782. Grayscale: #AEAEAE. Windows color (decimal): -3233667 or 8235214. OLE color: 8235214.

HSL color Cylindrical-coordinate representation of color #CEA87D: hue angle of 31.85º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEA87D is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 125 -
CMYK 0 0.18 0.39 0.19
HSL 31.85º 0.45% 0.65% -
HSV(B) 31.85º 0.39% 0.81% -
XYZ 43.16 42.61 25.35 -
YUV 174.46 100.09 150.5 -
System Red Green Blue C M Y K H S L
Decimal 206 168 125 0 0.18 0.39 0.19 31.85 0.45 0.65
Hex CE A8 7D 0 12 27 13 20 2D 41
Octal 316 250 175 0 22 47 23 40 55 101
Binary 11001110 10101000 1111101 0 10010 100111 10011 100000 101101 1000001

Color Harmonies of #CEA87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA87D

Black with #CEA87D

Text Example


Text Example

White with #CEA87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA87D; }

 p { color: rgb(206,168,125); }

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

background-color css

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

 a { background-color: rgb(206,168,125); }

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

border-color css

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

 span { border-color: rgb(206,168,125); }

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