Html Css Color HEX #CEAD6D Putty

📋 copy color: '#CEAD6D'

red 206 ◦ green 173 ◦ blue 109

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

Shades of Putty #CEAD6D

Tints of Putty #CEAD6D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.45%

 BLUE value IS 109 (42.97% from 255) = 22.34%

R = 42.21%
G = 35.45%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CEAD6D (or 0xCEAD6D) is known color: Putty. HEX triplet: CE, AD and 6D. RGB value is (206,173,109). Sum of RGB (Red+Green+Blue) = 206+173+109=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD6D is #315292. Grayscale: #AFAFAF. Windows color (decimal): -3232403 or 7187918. OLE color: 7187918.

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

Color convert

RGB 206 173 109 -
CMYK 0 0.16 0.47 0.19
HSL 39.59º 0.5% 0.62% -
HSV(B) 39.59º 0.47% 0.81% -
XYZ 43.16 44.11 20.71 -
YUV 175.57 90.43 149.7 -
System Red Green Blue C M Y K H S L
Decimal 206 173 109 0 0.16 0.47 0.19 39.59 0.5 0.62
Hex CE AD 6D 0 10 2F 13 28 32 3E
Octal 316 255 155 0 20 57 23 50 62 76
Binary 11001110 10101101 1101101 0 10000 101111 10011 101000 110010 111110

Color Harmonies of #CEAD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD6D

Black with #CEAD6D

Text Example


Text Example

White with #CEAD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD6D; }

 p { color: rgb(206,173,109); }

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

background-color css

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

 a { background-color: rgb(206,173,109); }

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

border-color css

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

 span { border-color: rgb(206,173,109); }

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