Html Css Color HEX #CEAC74 Putty

📋 copy color: '#CEAC74'

red 206 ◦ green 172 ◦ blue 116

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

Shades of Putty #CEAC74

Tints of Putty #CEAC74

RGB

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

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

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

R = 41.7%
G = 34.82%
B = 23.48%

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

#CEAC74 (or 0xCEAC74) is known color: Putty. HEX triplet: CE, AC and 74. RGB value is (206,172,116). Sum of RGB (Red+Green+Blue) = 206+172+116=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAC74 is #31538B. Grayscale: #B0B0B0. Windows color (decimal): -3232652 or 7646414. OLE color: 7646414.

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

Color convert

RGB 206 172 116 -
CMYK 0 0.17 0.44 0.19
HSL 37.33º 0.48% 0.63% -
HSV(B) 37.33º 0.44% 0.81% -
XYZ 43.36 43.89 22.71 -
YUV 175.78 94.26 149.55 -
System Red Green Blue C M Y K H S L
Decimal 206 172 116 0 0.17 0.44 0.19 37.33 0.48 0.63
Hex CE AC 74 0 11 2C 13 25 30 3F
Octal 316 254 164 0 21 54 23 45 60 77
Binary 11001110 10101100 1110100 0 10001 101100 10011 100101 110000 111111

Color Harmonies of #CEAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAC74

Black with #CEAC74

Text Example


Text Example

White with #CEAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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