Html Css Color HEX #CEA983 Cameo

📋 copy color: '#CEA983'

red 206 ◦ green 169 ◦ blue 131

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

Shades of Cameo #CEA983

Tints of Cameo #CEA983

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.4%

 BLUE value IS 131 (51.56% from 255) = 25.89%

R = 40.71%
G = 33.4%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CEA983 (or 0xCEA983) is known color: Cameo. HEX triplet: CE, A9 and 83. RGB value is (206,169,131). Sum of RGB (Red+Green+Blue) = 206+169+131=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA983 is #31567C. Grayscale: #AFAFAF. Windows color (decimal): -3233405 or 8628686. OLE color: 8628686.

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

Color convert

RGB 206 169 131 -
CMYK 0 0.18 0.36 0.19
HSL 30.4º 0.43% 0.66% -
HSV(B) 30.4º 0.36% 0.81% -
XYZ 43.74 43.14 27.49 -
YUV 175.73 102.76 149.59 -
System Red Green Blue C M Y K H S L
Decimal 206 169 131 0 0.18 0.36 0.19 30.4 0.43 0.66
Hex CE A9 83 0 12 24 13 1E 2B 42
Octal 316 251 203 0 22 44 23 36 53 102
Binary 11001110 10101001 10000011 0 10010 100100 10011 11110 101011 1000010

Color Harmonies of #CEA983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA983

Black with #CEA983

Text Example


Text Example

White with #CEA983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA983; }

 p { color: rgb(206,169,131); }

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

background-color css

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

 a { background-color: rgb(206,169,131); }

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

border-color css

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

 span { border-color: rgb(206,169,131); }

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