Html Css Color HEX #CFA96D Putty

📋 copy color: '#CFA96D'

red 207 ◦ green 169 ◦ blue 109

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

Shades of Putty #CFA96D

Tints of Putty #CFA96D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.85%

 BLUE value IS 109 (42.97% from 255) = 22.47%

R = 42.68%
G = 34.85%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CFA96D (or 0xCFA96D) is known color: Putty. HEX triplet: CF, A9 and 6D. RGB value is (207,169,109). Sum of RGB (Red+Green+Blue) = 207+169+109=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA96D is #305692. Grayscale: #ADADAD. Windows color (decimal): -3167891 or 7186895. OLE color: 7186895.

HSL color Cylindrical-coordinate representation of color #CFA96D: hue angle of 36.73º degrees, saturation: 0.51, 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 #CFA96D is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 169 109 -
CMYK 0 0.18 0.47 0.19
HSL 36.73º 0.51% 0.62% -
HSV(B) 36.73º 0.47% 0.81% -
XYZ 42.68 42.75 20.47 -
YUV 173.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 207 169 109 0 0.18 0.47 0.19 36.73 0.51 0.62
Hex CF A9 6D 0 12 2F 13 25 33 3E
Octal 317 251 155 0 22 57 23 45 63 76
Binary 11001111 10101001 1101101 0 10010 101111 10011 100101 110011 111110

Color Harmonies of #CFA96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA96D

Black with #CFA96D

Text Example


Text Example

White with #CFA96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA96D; }

 p { color: rgb(207,169,109); }

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

background-color css

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

 a { background-color: rgb(207,169,109); }

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

border-color css

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

 span { border-color: rgb(207,169,109); }

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