Html Css Color HEX #CEB875 Putty

📋 copy color: '#CEB875'

red 206 ◦ green 184 ◦ blue 117

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

Shades of Putty #CEB875

Tints of Putty #CEB875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.29%

 BLUE value IS 117 (46.09% from 255) = 23.08%

R = 40.63%
G = 36.29%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEB875 (or 0xCEB875) is known color: Putty. HEX triplet: CE, B8 and 75. RGB value is (206,184,117). Sum of RGB (Red+Green+Blue) = 206+184+117=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB875 is #31478A. Grayscale: #B7B7B7. Windows color (decimal): -3229579 or 7715022. OLE color: 7715022.

HSL color Cylindrical-coordinate representation of color #CEB875: hue angle of 45.17º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEB875 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 184 117 -
CMYK 0 0.11 0.43 0.19
HSL 45.17º 0.48% 0.63% -
HSV(B) 45.17º 0.43% 0.81% -
XYZ 45.8 48.69 23.81 -
YUV 182.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 206 184 117 0 0.11 0.43 0.19 45.17 0.48 0.63
Hex CE B8 75 0 B 2B 13 2D 30 3F
Octal 316 270 165 0 13 53 23 55 60 77
Binary 11001110 10111000 1110101 0 1011 101011 10011 101101 110000 111111

Color Harmonies of #CEB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB875

Black with #CEB875

Text Example


Text Example

White with #CEB875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB875; }

 p { color: rgb(206,184,117); }

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

background-color css

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

 a { background-color: rgb(206,184,117); }

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

border-color css

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

 span { border-color: rgb(206,184,117); }

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