Html Css Color HEX #CEAE6D Putty

📋 copy color: '#CEAE6D'

red 206 ◦ green 174 ◦ blue 109

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

Shades of Putty #CEAE6D

Tints of Putty #CEAE6D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.58%

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

R = 42.13%
G = 35.58%
B = 22.29%

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

#CEAE6D (or 0xCEAE6D) is known color: Putty. HEX triplet: CE, AE and 6D. RGB value is (206,174,109). Sum of RGB (Red+Green+Blue) = 206+174+109=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAE6D is #315192. Grayscale: #B0B0B0. Windows color (decimal): -3232147 or 7188174. OLE color: 7188174.

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

Color convert

RGB 206 174 109 -
CMYK 0 0.16 0.47 0.19
HSL 40.21º 0.5% 0.62% -
HSV(B) 40.21º 0.47% 0.81% -
XYZ 43.35 44.5 20.77 -
YUV 176.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 206 174 109 0 0.16 0.47 0.19 40.21 0.5 0.62
Hex CE AE 6D 0 10 2F 13 28 32 3E
Octal 316 256 155 0 20 57 23 50 62 76
Binary 11001110 10101110 1101101 0 10000 101111 10011 101000 110010 111110

Color Harmonies of #CEAE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAE6D

Black with #CEAE6D

Text Example


Text Example

White with #CEAE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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