Html Css Color HEX #CEAB76 Putty

📋 copy color: '#CEAB76'

red 206 ◦ green 171 ◦ blue 118

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

Shades of Putty #CEAB76

Tints of Putty #CEAB76

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.55%

 BLUE value IS 118 (46.48% from 255) = 23.84%

R = 41.62%
G = 34.55%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEAB76 (or 0xCEAB76) is known color: Putty. HEX triplet: CE, AB and 76. RGB value is (206,171,118). Sum of RGB (Red+Green+Blue) = 206+171+118=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB76 is #315489. Grayscale: #AFAFAF. Windows color (decimal): -3232906 or 7777230. OLE color: 7777230.

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

Color convert

RGB 206 171 118 -
CMYK 0 0.17 0.43 0.19
HSL 36.14º 0.47% 0.64% -
HSV(B) 36.14º 0.43% 0.81% -
XYZ 43.29 43.56 23.27 -
YUV 175.42 95.6 149.81 -
System Red Green Blue C M Y K H S L
Decimal 206 171 118 0 0.17 0.43 0.19 36.14 0.47 0.64
Hex CE AB 76 0 11 2B 13 24 2F 40
Octal 316 253 166 0 21 53 23 44 57 100
Binary 11001110 10101011 1110110 0 10001 101011 10011 100100 101111 1000000

Color Harmonies of #CEAB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB76

Black with #CEAB76

Text Example


Text Example

White with #CEAB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB76; }

 p { color: rgb(206,171,118); }

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

background-color css

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

 a { background-color: rgb(206,171,118); }

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

border-color css

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

 span { border-color: rgb(206,171,118); }

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