Html Css Color HEX #CEB47A Putty

📋 copy color: '#CEB47A'

red 206 ◦ green 180 ◦ blue 122

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

Shades of Putty #CEB47A

Tints of Putty #CEB47A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.43%

 BLUE value IS 122 (48.05% from 255) = 24.02%

R = 40.55%
G = 35.43%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CEB47A (or 0xCEB47A) is known color: Putty. HEX triplet: CE, B4 and 7A. RGB value is (206,180,122). Sum of RGB (Red+Green+Blue) = 206+180+122=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB47A is #314B85. Grayscale: #B5B5B5. Windows color (decimal): -3230598 or 8041678. OLE color: 8041678.

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

Color convert

RGB 206 180 122 -
CMYK 0 0.13 0.41 0.19
HSL 41.43º 0.46% 0.64% -
HSV(B) 41.43º 0.41% 0.81% -
XYZ 45.29 47.17 25.13 -
YUV 181.16 94.61 145.72 -
System Red Green Blue C M Y K H S L
Decimal 206 180 122 0 0.13 0.41 0.19 41.43 0.46 0.64
Hex CE B4 7A 0 D 29 13 29 2E 40
Octal 316 264 172 0 15 51 23 51 56 100
Binary 11001110 10110100 1111010 0 1101 101001 10011 101001 101110 1000000

Color Harmonies of #CEB47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB47A

Black with #CEB47A

Text Example


Text Example

White with #CEB47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB47A; }

 p { color: rgb(206,180,122); }

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

background-color css

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

 a { background-color: rgb(206,180,122); }

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

border-color css

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

 span { border-color: rgb(206,180,122); }

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