Html Css Color HEX #CEAD7B Putty

📋 copy color: '#CEAD7B'

red 206 ◦ green 173 ◦ blue 123

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

Shades of Putty #CEAD7B

Tints of Putty #CEAD7B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.46%

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

R = 41.04%
G = 34.46%
B = 24.5%

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

#CEAD7B (or 0xCEAD7B) is known color: Putty. HEX triplet: CE, AD and 7B. RGB value is (206,173,123). Sum of RGB (Red+Green+Blue) = 206+173+123=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD7B is #315284. Grayscale: #B1B1B1. Windows color (decimal): -3232389 or 8105422. OLE color: 8105422.

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

Color convert

RGB 206 173 123 -
CMYK 0 0.16 0.40 0.19
HSL 36.14º 0.46% 0.65% -
HSV(B) 36.14º 0.4% 0.81% -
XYZ 43.97 44.44 25 -
YUV 177.17 97.43 148.57 -
System Red Green Blue C M Y K H S L
Decimal 206 173 123 0 0.16 0.40 0.19 36.14 0.46 0.65
Hex CE AD 7B 0 10 28 13 24 2E 41
Octal 316 255 173 0 20 50 23 44 56 101
Binary 11001110 10101101 1111011 0 10000 101000 10011 100100 101110 1000001

Color Harmonies of #CEAD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD7B

Black with #CEAD7B

Text Example


Text Example

White with #CEAD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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