Html Css Color HEX #CEAC7A Putty

📋 copy color: '#CEAC7A'

red 206 ◦ green 172 ◦ blue 122

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

Shades of Putty #CEAC7A

Tints of Putty #CEAC7A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.4%

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

R = 41.2%
G = 34.4%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CEAC7A (or 0xCEAC7A) is known color: Putty. HEX triplet: CE, AC and 7A. RGB value is (206,172,122). Sum of RGB (Red+Green+Blue) = 206+172+122=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAC7A is #315385. Grayscale: #B0B0B0. Windows color (decimal): -3232646 or 8039630. OLE color: 8039630.

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

Color convert

RGB 206 172 122 -
CMYK 0 0.17 0.41 0.19
HSL 35.71º 0.46% 0.64% -
HSV(B) 35.71º 0.41% 0.81% -
XYZ 43.72 44.03 24.61 -
YUV 176.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 206 172 122 0 0.17 0.41 0.19 35.71 0.46 0.64
Hex CE AC 7A 0 11 29 13 24 2E 40
Octal 316 254 172 0 21 51 23 44 56 100
Binary 11001110 10101100 1111010 0 10001 101001 10011 100100 101110 1000000

Color Harmonies of #CEAC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAC7A

Black with #CEAC7A

Text Example


Text Example

White with #CEAC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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