Html Css Color HEX #CEA56A Putty

📋 copy color: '#CEA56A'

red 206 ◦ green 165 ◦ blue 106

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

Shades of Putty #CEA56A

Tints of Putty #CEA56A

RGB

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

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

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

R = 43.19%
G = 34.59%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CEA56A (or 0xCEA56A) is known color: Putty. HEX triplet: CE, A5 and 6A. RGB value is (206,165,106). Sum of RGB (Red+Green+Blue) = 206+165+106=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA56A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA56A is #315A95. Grayscale: #AAAAAA. Windows color (decimal): -3234454 or 6989262. OLE color: 6989262.

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

Color convert

RGB 206 165 106 -
CMYK 0 0.20 0.49 0.19
HSL 35.4º 0.51% 0.61% -
HSV(B) 35.4º 0.49% 0.81% -
XYZ 41.51 41.07 19.38 -
YUV 170.53 91.58 153.3 -
System Red Green Blue C M Y K H S L
Decimal 206 165 106 0 0.20 0.49 0.19 35.4 0.51 0.61
Hex CE A5 6A 0 14 31 13 23 33 3D
Octal 316 245 152 0 24 61 23 43 63 75
Binary 11001110 10100101 1101010 0 10100 110001 10011 100011 110011 111101

Color Harmonies of #CEA56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA56A

Black with #CEA56A

Text Example


Text Example

White with #CEA56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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