Html Css Color HEX #CFAE6E Putty

📋 copy color: '#CFAE6E'

red 207 ◦ green 174 ◦ blue 110

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

Shades of Putty #CFAE6E

Tints of Putty #CFAE6E

RGB

 RED value IS 207 (81.25% from 255) = 42.16%

 GREEN value IS 174 (68.36% from 255) = 35.44%

 BLUE value IS 110 (43.36% from 255) = 22.4%

R = 42.16%
G = 35.44%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CFAE6E (or 0xCFAE6E) is known color: Putty. HEX triplet: CF, AE and 6E. RGB value is (207,174,110). Sum of RGB (Red+Green+Blue) = 207+174+110=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE6E is #305191. Grayscale: #B0B0B0. Windows color (decimal): -3166610 or 7253711. OLE color: 7253711.

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

Color convert

RGB 207 174 110 -
CMYK 0 0.16 0.47 0.19
HSL 39.59º 0.5% 0.62% -
HSV(B) 39.59º 0.47% 0.81% -
XYZ 43.68 44.66 21.07 -
YUV 176.57 90.43 149.7 -
System Red Green Blue C M Y K H S L
Decimal 207 174 110 0 0.16 0.47 0.19 39.59 0.5 0.62
Hex CF AE 6E 0 10 2F 13 28 32 3E
Octal 317 256 156 0 20 57 23 50 62 76
Binary 11001111 10101110 1101110 0 10000 101111 10011 101000 110010 111110

Color Harmonies of #CFAE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE6E

Black with #CFAE6E

Text Example


Text Example

White with #CFAE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE6E; }

 p { color: rgb(207,174,110); }

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

background-color css

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

 a { background-color: rgb(207,174,110); }

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

border-color css

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

 span { border-color: rgb(207,174,110); }

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