Html Css Color HEX #CEA48B Cameo

📋 copy color: '#CEA48B'

red 206 ◦ green 164 ◦ blue 139

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

Shades of Cameo #CEA48B

Tints of Cameo #CEA48B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.22%

 BLUE value IS 139 (54.69% from 255) = 27.31%

R = 40.47%
G = 32.22%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CEA48B (or 0xCEA48B) is known color: Cameo. HEX triplet: CE, A4 and 8B. RGB value is (206,164,139). Sum of RGB (Red+Green+Blue) = 206+164+139=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA48B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA48B is #315B74. Grayscale: #ADADAD. Windows color (decimal): -3234677 or 9151694. OLE color: 9151694.

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

Color convert

RGB 206 164 139 -
CMYK 0 0.20 0.33 0.19
HSL 22.39º 0.41% 0.68% -
HSV(B) 22.39º 0.33% 0.81% -
XYZ 43.39 41.54 30.16 -
YUV 173.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 206 164 139 0 0.20 0.33 0.19 22.39 0.41 0.68
Hex CE A4 8B 0 14 21 13 16 29 44
Octal 316 244 213 0 24 41 23 26 51 104
Binary 11001110 10100100 10001011 0 10100 100001 10011 10110 101001 1000100

Color Harmonies of #CEA48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA48B

Black with #CEA48B

Text Example


Text Example

White with #CEA48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA48B; }

 p { color: rgb(206,164,139); }

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

background-color css

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

 a { background-color: rgb(206,164,139); }

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

border-color css

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

 span { border-color: rgb(206,164,139); }

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