Html Css Color HEX #CEB47B Putty

📋 copy color: '#CEB47B'

red 206 ◦ green 180 ◦ blue 123

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

Shades of Putty #CEB47B

Tints of Putty #CEB47B

RGB

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

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

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

R = 40.47%
G = 35.36%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CEB47B (or 0xCEB47B) is known color: Putty. HEX triplet: CE, B4 and 7B. RGB value is (206,180,123). Sum of RGB (Red+Green+Blue) = 206+180+123=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB47B is #314B84. Grayscale: #B5B5B5. Windows color (decimal): -3230597 or 8107214. OLE color: 8107214.

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

Color convert

RGB 206 180 123 -
CMYK 0 0.13 0.40 0.19
HSL 41.2º 0.46% 0.65% -
HSV(B) 41.2º 0.4% 0.81% -
XYZ 45.35 47.19 25.46 -
YUV 181.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 206 180 123 0 0.13 0.40 0.19 41.2 0.46 0.65
Hex CE B4 7B 0 D 28 13 29 2E 41
Octal 316 264 173 0 15 50 23 51 56 101
Binary 11001110 10110100 1111011 0 1101 101000 10011 101001 101110 1000001

Color Harmonies of #CEB47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB47B

Black with #CEB47B

Text Example


Text Example

White with #CEB47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB47B; }

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

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

background-color css

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

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

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

border-color css

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

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

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