Html Css Color HEX #CFAD6A Putty

📋 copy color: '#CFAD6A'

red 207 ◦ green 173 ◦ blue 106

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

Shades of Putty #CFAD6A

Tints of Putty #CFAD6A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.6%

 BLUE value IS 106 (41.8% from 255) = 21.81%

R = 42.59%
G = 35.6%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CFAD6A (or 0xCFAD6A) is known color: Putty. HEX triplet: CF, AD and 6A. RGB value is (207,173,106). Sum of RGB (Red+Green+Blue) = 207+173+106=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD6A is #305295. Grayscale: #AFAFAF. Windows color (decimal): -3166870 or 6991311. OLE color: 6991311.

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

Color convert

RGB 207 173 106 -
CMYK 0 0.16 0.49 0.19
HSL 39.8º 0.51% 0.61% -
HSV(B) 39.8º 0.49% 0.81% -
XYZ 43.28 44.19 19.88 -
YUV 175.53 88.76 150.45 -
System Red Green Blue C M Y K H S L
Decimal 207 173 106 0 0.16 0.49 0.19 39.8 0.51 0.61
Hex CF AD 6A 0 10 31 13 28 33 3D
Octal 317 255 152 0 20 61 23 50 63 75
Binary 11001111 10101101 1101010 0 10000 110001 10011 101000 110011 111101

Color Harmonies of #CFAD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD6A

Black with #CFAD6A

Text Example


Text Example

White with #CFAD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD6A; }

 p { color: rgb(207,173,106); }

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

background-color css

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

 a { background-color: rgb(207,173,106); }

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

border-color css

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

 span { border-color: rgb(207,173,106); }

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