Html Css Color HEX #CEA86A Putty

📋 copy color: '#CEA86A'

red 206 ◦ green 168 ◦ blue 106

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

Shades of Putty #CEA86A

Tints of Putty #CEA86A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35%

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

R = 42.92%
G = 35%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CEA86A (or 0xCEA86A) is known color: Putty. HEX triplet: CE, A8 and 6A. RGB value is (206,168,106). Sum of RGB (Red+Green+Blue) = 206+168+106=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA86A is #315795. Grayscale: #ACACAC. Windows color (decimal): -3233686 or 6990030. OLE color: 6990030.

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

Color convert

RGB 206 168 106 -
CMYK 0 0.18 0.49 0.19
HSL 37.2º 0.51% 0.61% -
HSV(B) 37.2º 0.49% 0.81% -
XYZ 42.06 42.17 19.56 -
YUV 172.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 206 168 106 0 0.18 0.49 0.19 37.2 0.51 0.61
Hex CE A8 6A 0 12 31 13 25 33 3D
Octal 316 250 152 0 22 61 23 45 63 75
Binary 11001110 10101000 1101010 0 10010 110001 10011 100101 110011 111101

Color Harmonies of #CEA86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA86A

Black with #CEA86A

Text Example


Text Example

White with #CEA86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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