Html Css Color HEX #CEAF73 Putty

📋 copy color: '#CEAF73'

red 206 ◦ green 175 ◦ blue 115

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

Shades of Putty #CEAF73

Tints of Putty #CEAF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.19%

R = 41.53%
G = 35.28%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEAF73 (or 0xCEAF73) is known color: Putty. HEX triplet: CE, AF and 73. RGB value is (206,175,115). Sum of RGB (Red+Green+Blue) = 206+175+115=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF73 is #31508C. Grayscale: #B1B1B1. Windows color (decimal): -3231885 or 7581646. OLE color: 7581646.

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

Color convert

RGB 206 175 115 -
CMYK 0 0.15 0.44 0.19
HSL 39.56º 0.48% 0.63% -
HSV(B) 39.56º 0.44% 0.81% -
XYZ 43.88 45.02 22.6 -
YUV 177.43 92.77 148.38 -
System Red Green Blue C M Y K H S L
Decimal 206 175 115 0 0.15 0.44 0.19 39.56 0.48 0.63
Hex CE AF 73 0 F 2C 13 28 30 3F
Octal 316 257 163 0 17 54 23 50 60 77
Binary 11001110 10101111 1110011 0 1111 101100 10011 101000 110000 111111

Color Harmonies of #CEAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF73

Black with #CEAF73

Text Example


Text Example

White with #CEAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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