Html Css Color HEX #CEAC6A Putty

📋 copy color: '#CEAC6A'

red 206 ◦ green 172 ◦ blue 106

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

Shades of Putty #CEAC6A

Tints of Putty #CEAC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.9%

R = 42.56%
G = 35.54%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CEAC6A (or 0xCEAC6A) is known color: Putty. HEX triplet: CE, AC and 6A. RGB value is (206,172,106). Sum of RGB (Red+Green+Blue) = 206+172+106=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAC6A is #315395. Grayscale: #AEAEAE. Windows color (decimal): -3232662 or 6991054. OLE color: 6991054.

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

Color convert

RGB 206 172 106 -
CMYK 0 0.17 0.49 0.19
HSL 39.6º 0.51% 0.61% -
HSV(B) 39.6º 0.49% 0.81% -
XYZ 42.81 43.67 19.81 -
YUV 174.64 89.26 150.37 -
System Red Green Blue C M Y K H S L
Decimal 206 172 106 0 0.17 0.49 0.19 39.6 0.51 0.61
Hex CE AC 6A 0 11 31 13 28 33 3D
Octal 316 254 152 0 21 61 23 50 63 75
Binary 11001110 10101100 1101010 0 10001 110001 10011 101000 110011 111101

Color Harmonies of #CEAC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAC6A

Black with #CEAC6A

Text Example


Text Example

White with #CEAC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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