Html Css Color HEX #CEA37D Cameo

📋 copy color: '#CEA37D'

red 206 ◦ green 163 ◦ blue 125

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

Shades of Cameo #CEA37D

Tints of Cameo #CEA37D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33%

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

R = 41.7%
G = 33%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CEA37D (or 0xCEA37D) is known color: Cameo. HEX triplet: CE, A3 and 7D. RGB value is (206,163,125). Sum of RGB (Red+Green+Blue) = 206+163+125=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA37D is #315C82. Grayscale: #ABABAB. Windows color (decimal): -3234947 or 8233934. OLE color: 8233934.

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

Color convert

RGB 206 163 125 -
CMYK 0 0.21 0.39 0.19
HSL 28.15º 0.45% 0.65% -
HSV(B) 28.15º 0.39% 0.81% -
XYZ 42.25 40.8 25.05 -
YUV 171.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 206 163 125 0 0.21 0.39 0.19 28.15 0.45 0.65
Hex CE A3 7D 0 15 27 13 1C 2D 41
Octal 316 243 175 0 25 47 23 34 55 101
Binary 11001110 10100011 1111101 0 10101 100111 10011 11100 101101 1000001

Color Harmonies of #CEA37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA37D

Black with #CEA37D

Text Example


Text Example

White with #CEA37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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