Html Css Color HEX #CEAB74 Putty

📋 copy color: '#CEAB74'

red 206 ◦ green 171 ◦ blue 116

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

Shades of Putty #CEAB74

Tints of Putty #CEAB74

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.69%

 BLUE value IS 116 (45.7% from 255) = 23.53%

R = 41.78%
G = 34.69%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEAB74 (or 0xCEAB74) is known color: Putty. HEX triplet: CE, AB and 74. RGB value is (206,171,116). Sum of RGB (Red+Green+Blue) = 206+171+116=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB74 is #31548B. Grayscale: #AFAFAF. Windows color (decimal): -3232908 or 7646158. OLE color: 7646158.

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

Color convert

RGB 206 171 116 -
CMYK 0 0.17 0.44 0.19
HSL 36.67º 0.48% 0.63% -
HSV(B) 36.67º 0.44% 0.81% -
XYZ 43.17 43.51 22.65 -
YUV 175.2 94.6 149.97 -
System Red Green Blue C M Y K H S L
Decimal 206 171 116 0 0.17 0.44 0.19 36.67 0.48 0.63
Hex CE AB 74 0 11 2C 13 25 30 3F
Octal 316 253 164 0 21 54 23 45 60 77
Binary 11001110 10101011 1110100 0 10001 101100 10011 100101 110000 111111

Color Harmonies of #CEAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB74

Black with #CEAB74

Text Example


Text Example

White with #CEAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB74; }

 p { color: rgb(206,171,116); }

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

background-color css

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

 a { background-color: rgb(206,171,116); }

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

border-color css

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

 span { border-color: rgb(206,171,116); }

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