Html Css Color HEX #CEAA67 Putty

📋 copy color: '#CEAA67'

red 206 ◦ green 170 ◦ blue 103

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

Shades of Putty #CEAA67

Tints of Putty #CEAA67

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.49%

 BLUE value IS 103 (40.63% from 255) = 21.5%

R = 43.01%
G = 35.49%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CEAA67 (or 0xCEAA67) is known color: Putty. HEX triplet: CE, AA and 67. RGB value is (206,170,103). Sum of RGB (Red+Green+Blue) = 206+170+103=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA67 is #315598. Grayscale: #ADADAD. Windows color (decimal): -3233177 or 6793934. OLE color: 6793934.

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

Color convert

RGB 206 170 103 -
CMYK 0 0.17 0.50 0.19
HSL 39.03º 0.51% 0.61% -
HSV(B) 39.03º 0.5% 0.81% -
XYZ 42.28 42.85 18.87 -
YUV 173.13 88.43 151.45 -
System Red Green Blue C M Y K H S L
Decimal 206 170 103 0 0.17 0.50 0.19 39.03 0.51 0.61
Hex CE AA 67 0 11 32 13 27 33 3D
Octal 316 252 147 0 21 62 23 47 63 75
Binary 11001110 10101010 1100111 0 10001 110010 10011 100111 110011 111101

Color Harmonies of #CEAA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA67

Black with #CEAA67

Text Example


Text Example

White with #CEAA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA67; }

 p { color: rgb(206,170,103); }

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

background-color css

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

 a { background-color: rgb(206,170,103); }

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

border-color css

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

 span { border-color: rgb(206,170,103); }

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