Html Css Color HEX #CFAD7A Putty

📋 copy color: '#CFAD7A'

red 207 ◦ green 173 ◦ blue 122

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

Shades of Putty #CFAD7A

Tints of Putty #CFAD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.3%

R = 41.24%
G = 34.46%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CFAD7A (or 0xCFAD7A) is known color: Putty. HEX triplet: CF, AD and 7A. RGB value is (207,173,122). Sum of RGB (Red+Green+Blue) = 207+173+122=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD7A is #305285. Grayscale: #B1B1B1. Windows color (decimal): -3166854 or 8039887. OLE color: 8039887.

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

Color convert

RGB 207 173 122 -
CMYK 0 0.16 0.41 0.19
HSL 36º 0.47% 0.65% -
HSV(B) 36º 0.41% 0.81% -
XYZ 44.19 44.56 24.68 -
YUV 177.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 207 173 122 0 0.16 0.41 0.19 36 0.47 0.65
Hex CF AD 7A 0 10 29 13 24 2F 41
Octal 317 255 172 0 20 51 23 44 57 101
Binary 11001111 10101101 1111010 0 10000 101001 10011 100100 101111 1000001

Color Harmonies of #CFAD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD7A

Black with #CFAD7A

Text Example


Text Example

White with #CFAD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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