Html Css Color HEX #CEAA68 Putty

📋 copy color: '#CEAA68'

red 206 ◦ green 170 ◦ blue 104

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

Shades of Putty #CEAA68

Tints of Putty #CEAA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.67%

R = 42.92%
G = 35.42%
B = 21.67%

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

#CEAA68 (or 0xCEAA68) is known color: Putty. HEX triplet: CE, AA and 68. RGB value is (206,170,104). Sum of RGB (Red+Green+Blue) = 206+170+104=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA68 is #315597. Grayscale: #ADADAD. Windows color (decimal): -3233176 or 6859470. OLE color: 6859470.

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

Color convert

RGB 206 170 104 -
CMYK 0 0.17 0.50 0.19
HSL 38.82º 0.51% 0.61% -
HSV(B) 38.82º 0.5% 0.81% -
XYZ 42.33 42.87 19.14 -
YUV 173.24 88.93 151.37 -
System Red Green Blue C M Y K H S L
Decimal 206 170 104 0 0.17 0.50 0.19 38.82 0.51 0.61
Hex CE AA 68 0 11 32 13 27 33 3D
Octal 316 252 150 0 21 62 23 47 63 75
Binary 11001110 10101010 1101000 0 10001 110010 10011 100111 110011 111101

Color Harmonies of #CEAA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA68

Black with #CEAA68

Text Example


Text Example

White with #CEAA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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