Html Css Color HEX #CEAE7B Putty

📋 copy color: '#CEAE7B'

red 206 ◦ green 174 ◦ blue 123

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

Shades of Putty #CEAE7B

Tints of Putty #CEAE7B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.59%

 BLUE value IS 123 (48.44% from 255) = 24.45%

R = 40.95%
G = 34.59%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CEAE7B (or 0xCEAE7B) is known color: Putty. HEX triplet: CE, AE and 7B. RGB value is (206,174,123). Sum of RGB (Red+Green+Blue) = 206+174+123=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAE7B is #315184. Grayscale: #B1B1B1. Windows color (decimal): -3232133 or 8105678. OLE color: 8105678.

HSL color Cylindrical-coordinate representation of color #CEAE7B: hue angle of 36.87º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEAE7B is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 174 123 -
CMYK 0 0.16 0.40 0.19
HSL 36.87º 0.46% 0.65% -
HSV(B) 36.87º 0.4% 0.81% -
XYZ 44.16 44.82 25.06 -
YUV 177.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 206 174 123 0 0.16 0.40 0.19 36.87 0.46 0.65
Hex CE AE 7B 0 10 28 13 25 2E 41
Octal 316 256 173 0 20 50 23 45 56 101
Binary 11001110 10101110 1111011 0 10000 101000 10011 100101 101110 1000001

Color Harmonies of #CEAE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAE7B

Black with #CEAE7B

Text Example


Text Example

White with #CEAE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAE7B; }

 p { color: rgb(206,174,123); }

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

background-color css

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

 a { background-color: rgb(206,174,123); }

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

border-color css

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

 span { border-color: rgb(206,174,123); }

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