Html Css Color HEX #CEAF71 Putty

📋 copy color: '#CEAF71'

red 206 ◦ green 175 ◦ blue 113

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

Shades of Putty #CEAF71

Tints of Putty #CEAF71

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.43%

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

R = 41.7%
G = 35.43%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEAF71 (or 0xCEAF71) is known color: Putty. HEX triplet: CE, AF and 71. RGB value is (206,175,113). Sum of RGB (Red+Green+Blue) = 206+175+113=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF71 is #31508E. Grayscale: #B1B1B1. Windows color (decimal): -3231887 or 7450574. OLE color: 7450574.

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

Color convert

RGB 206 175 113 -
CMYK 0 0.15 0.45 0.19
HSL 40º 0.49% 0.63% -
HSV(B) 40º 0.45% 0.81% -
XYZ 43.76 44.97 22 -
YUV 177.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 206 175 113 0 0.15 0.45 0.19 40 0.49 0.63
Hex CE AF 71 0 F 2D 13 28 31 3F
Octal 316 257 161 0 17 55 23 50 61 77
Binary 11001110 10101111 1110001 0 1111 101101 10011 101000 110001 111111

Color Harmonies of #CEAF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF71

Black with #CEAF71

Text Example


Text Example

White with #CEAF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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