Html Css Color HEX #CFAC6D Putty

📋 copy color: '#CFAC6D'

red 207 ◦ green 172 ◦ blue 109

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

Shades of Putty #CFAC6D

Tints of Putty #CFAC6D

RGB

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

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

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

R = 42.42%
G = 35.25%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CFAC6D (or 0xCFAC6D) is known color: Putty. HEX triplet: CF, AC and 6D. RGB value is (207,172,109). Sum of RGB (Red+Green+Blue) = 207+172+109=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC6D is #305392. Grayscale: #AFAFAF. Windows color (decimal): -3167123 or 7187663. OLE color: 7187663.

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

Color convert

RGB 207 172 109 -
CMYK 0 0.17 0.47 0.19
HSL 38.57º 0.51% 0.62% -
HSV(B) 38.57º 0.47% 0.81% -
XYZ 43.24 43.87 20.66 -
YUV 175.28 90.6 150.62 -
System Red Green Blue C M Y K H S L
Decimal 207 172 109 0 0.17 0.47 0.19 38.57 0.51 0.62
Hex CF AC 6D 0 11 2F 13 27 33 3E
Octal 317 254 155 0 21 57 23 47 63 76
Binary 11001111 10101100 1101101 0 10001 101111 10011 100111 110011 111110

Color Harmonies of #CFAC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAC6D

Black with #CFAC6D

Text Example


Text Example

White with #CFAC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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