Html Css Color HEX #CFAD6B Putty

📋 copy color: '#CFAD6B'

red 207 ◦ green 173 ◦ blue 107

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

Shades of Putty #CFAD6B

Tints of Putty #CFAD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.97%

R = 42.51%
G = 35.52%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CFAD6B (or 0xCFAD6B) is known color: Putty. HEX triplet: CF, AD and 6B. RGB value is (207,173,107). Sum of RGB (Red+Green+Blue) = 207+173+107=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD6B is #305294. Grayscale: #AFAFAF. Windows color (decimal): -3166869 or 7056847. OLE color: 7056847.

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

Color convert

RGB 207 173 107 -
CMYK 0 0.16 0.48 0.19
HSL 39.6º 0.51% 0.62% -
HSV(B) 39.6º 0.48% 0.81% -
XYZ 43.33 44.21 20.16 -
YUV 175.64 89.26 150.37 -
System Red Green Blue C M Y K H S L
Decimal 207 173 107 0 0.16 0.48 0.19 39.6 0.51 0.62
Hex CF AD 6B 0 10 30 13 28 33 3E
Octal 317 255 153 0 20 60 23 50 63 76
Binary 11001111 10101101 1101011 0 10000 110000 10011 101000 110011 111110

Color Harmonies of #CFAD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD6B

Black with #CFAD6B

Text Example


Text Example

White with #CFAD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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