Html Css Color HEX #CFAD66 Putty

📋 copy color: '#CFAD66'

red 207 ◦ green 173 ◦ blue 102

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

Shades of Putty #CFAD66

Tints of Putty #CFAD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.16%

R = 42.95%
G = 35.89%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CFAD66 (or 0xCFAD66) is known color: Putty. HEX triplet: CF, AD and 66. RGB value is (207,173,102). Sum of RGB (Red+Green+Blue) = 207+173+102=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD66 is #305299. Grayscale: #AFAFAF. Windows color (decimal): -3166874 or 6729167. OLE color: 6729167.

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

Color convert

RGB 207 173 102 -
CMYK 0 0.16 0.51 0.19
HSL 40.57º 0.52% 0.61% -
HSV(B) 40.57º 0.51% 0.81% -
XYZ 43.07 44.11 18.81 -
YUV 175.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 207 173 102 0 0.16 0.51 0.19 40.57 0.52 0.61
Hex CF AD 66 0 10 33 13 29 34 3D
Octal 317 255 146 0 20 63 23 51 64 75
Binary 11001111 10101101 1100110 0 10000 110011 10011 101001 110100 111101

Color Harmonies of #CFAD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD66

Black with #CFAD66

Text Example


Text Example

White with #CFAD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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