Html Css Color HEX #CEAD7A Putty

📋 copy color: '#CEAD7A'

red 206 ◦ green 173 ◦ blue 122

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

Shades of Putty #CEAD7A

Tints of Putty #CEAD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.35%

R = 41.12%
G = 34.53%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CEAD7A (or 0xCEAD7A) is known color: Putty. HEX triplet: CE, AD and 7A. RGB value is (206,173,122). Sum of RGB (Red+Green+Blue) = 206+173+122=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD7A is #315285. Grayscale: #B1B1B1. Windows color (decimal): -3232390 or 8039886. OLE color: 8039886.

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

Color convert

RGB 206 173 122 -
CMYK 0 0.16 0.41 0.19
HSL 36.43º 0.46% 0.64% -
HSV(B) 36.43º 0.41% 0.81% -
XYZ 43.91 44.41 24.67 -
YUV 177.05 96.93 148.65 -
System Red Green Blue C M Y K H S L
Decimal 206 173 122 0 0.16 0.41 0.19 36.43 0.46 0.64
Hex CE AD 7A 0 10 29 13 24 2E 40
Octal 316 255 172 0 20 51 23 44 56 100
Binary 11001110 10101101 1111010 0 10000 101001 10011 100100 101110 1000000

Color Harmonies of #CEAD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD7A

Black with #CEAD7A

Text Example


Text Example

White with #CEAD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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