Html Css Color HEX #CEA56B Putty

📋 copy color: '#CEA56B'

red 206 ◦ green 165 ◦ blue 107

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

Shades of Putty #CEA56B

Tints of Putty #CEA56B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.52%

 BLUE value IS 107 (42.19% from 255) = 22.38%

R = 43.1%
G = 34.52%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CEA56B (or 0xCEA56B) is known color: Putty. HEX triplet: CE, A5 and 6B. RGB value is (206,165,107). Sum of RGB (Red+Green+Blue) = 206+165+107=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA56B is #315A94. Grayscale: #AAAAAA. Windows color (decimal): -3234453 or 7054798. OLE color: 7054798.

HSL color Cylindrical-coordinate representation of color #CEA56B: hue angle of 35.15º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEA56B is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 165 107 -
CMYK 0 0.20 0.48 0.19
HSL 35.15º 0.5% 0.61% -
HSV(B) 35.15º 0.48% 0.81% -
XYZ 41.56 41.09 19.65 -
YUV 170.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 206 165 107 0 0.20 0.48 0.19 35.15 0.5 0.61
Hex CE A5 6B 0 14 30 13 23 32 3D
Octal 316 245 153 0 24 60 23 43 62 75
Binary 11001110 10100101 1101011 0 10100 110000 10011 100011 110010 111101

Color Harmonies of #CEA56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA56B

Black with #CEA56B

Text Example


Text Example

White with #CEA56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA56B; }

 p { color: rgb(206,165,107); }

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

background-color css

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

 a { background-color: rgb(206,165,107); }

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

border-color css

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

 span { border-color: rgb(206,165,107); }

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