Html Css Color HEX #CFA66A Putty

📋 copy color: '#CFA66A'

red 207 ◦ green 166 ◦ blue 106

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

Shades of Putty #CFA66A

Tints of Putty #CFA66A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.66%

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

R = 43.22%
G = 34.66%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CFA66A (or 0xCFA66A) is known color: Putty. HEX triplet: CF, A6 and 6A. RGB value is (207,166,106). Sum of RGB (Red+Green+Blue) = 207+166+106=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA66A is #305995. Grayscale: #ABABAB. Windows color (decimal): -3168662 or 6989519. OLE color: 6989519.

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

Color convert

RGB 207 166 106 -
CMYK 0 0.20 0.49 0.19
HSL 35.64º 0.51% 0.61% -
HSV(B) 35.64º 0.49% 0.81% -
XYZ 41.97 41.58 19.45 -
YUV 171.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 207 166 106 0 0.20 0.49 0.19 35.64 0.51 0.61
Hex CF A6 6A 0 14 31 13 24 33 3D
Octal 317 246 152 0 24 61 23 44 63 75
Binary 11001111 10100110 1101010 0 10100 110001 10011 100100 110011 111101

Color Harmonies of #CFA66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA66A

Black with #CFA66A

Text Example


Text Example

White with #CFA66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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