Html Css Color HEX #CEA669 Putty

📋 copy color: '#CEA669'

red 206 ◦ green 166 ◦ blue 105

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

Shades of Putty #CEA669

Tints of Putty #CEA669

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.8%

 BLUE value IS 105 (41.41% from 255) = 22.01%

R = 43.19%
G = 34.8%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CEA669 (or 0xCEA669) is known color: Putty. HEX triplet: CE, A6 and 69. RGB value is (206,166,105). Sum of RGB (Red+Green+Blue) = 206+166+105=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA669 is #315996. Grayscale: #ABABAB. Windows color (decimal): -3234199 or 6923982. OLE color: 6923982.

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

Color convert

RGB 206 166 105 -
CMYK 0 0.19 0.49 0.19
HSL 36.24º 0.51% 0.61% -
HSV(B) 36.24º 0.49% 0.81% -
XYZ 41.64 41.41 19.16 -
YUV 171.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 206 166 105 0 0.19 0.49 0.19 36.24 0.51 0.61
Hex CE A6 69 0 13 31 13 24 33 3D
Octal 316 246 151 0 23 61 23 44 63 75
Binary 11001110 10100110 1101001 0 10011 110001 10011 100100 110011 111101

Color Harmonies of #CEA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA669

Black with #CEA669

Text Example


Text Example

White with #CEA669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA669; }

 p { color: rgb(206,166,105); }

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

background-color css

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

 a { background-color: rgb(206,166,105); }

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

border-color css

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

 span { border-color: rgb(206,166,105); }

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