Html Css Color HEX #CEAC71 Putty

📋 copy color: '#CEAC71'

red 206 ◦ green 172 ◦ blue 113

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

Shades of Putty #CEAC71

Tints of Putty #CEAC71

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.03%

 BLUE value IS 113 (44.53% from 255) = 23.01%

R = 41.96%
G = 35.03%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEAC71 (or 0xCEAC71) is known color: Putty. HEX triplet: CE, AC and 71. RGB value is (206,172,113). Sum of RGB (Red+Green+Blue) = 206+172+113=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAC71 is #31538E. Grayscale: #AFAFAF. Windows color (decimal): -3232655 or 7449806. OLE color: 7449806.

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

Color convert

RGB 206 172 113 -
CMYK 0 0.17 0.45 0.19
HSL 38.06º 0.49% 0.63% -
HSV(B) 38.06º 0.45% 0.81% -
XYZ 43.19 43.82 21.8 -
YUV 175.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 206 172 113 0 0.17 0.45 0.19 38.06 0.49 0.63
Hex CE AC 71 0 11 2D 13 26 31 3F
Octal 316 254 161 0 21 55 23 46 61 77
Binary 11001110 10101100 1110001 0 10001 101101 10011 100110 110001 111111

Color Harmonies of #CEAC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAC71

Black with #CEAC71

Text Example


Text Example

White with #CEAC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAC71; }

 p { color: rgb(206,172,113); }

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

background-color css

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

 a { background-color: rgb(206,172,113); }

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

border-color css

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

 span { border-color: rgb(206,172,113); }

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