Html Css Color HEX #CFA669 Putty

📋 copy color: '#CFA669'

red 207 ◦ green 166 ◦ blue 105

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

Shades of Putty #CFA669

Tints of Putty #CFA669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.97%

R = 43.31%
G = 34.73%
B = 21.97%

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

#CFA669 (or 0xCFA669) is known color: Putty. HEX triplet: CF, A6 and 69. RGB value is (207,166,105). Sum of RGB (Red+Green+Blue) = 207+166+105=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA669 is #305996. Grayscale: #ABABAB. Windows color (decimal): -3168663 or 6923983. OLE color: 6923983.

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

Color convert

RGB 207 166 105 -
CMYK 0 0.20 0.49 0.19
HSL 35.88º 0.52% 0.61% -
HSV(B) 35.88º 0.49% 0.81% -
XYZ 41.92 41.56 19.18 -
YUV 171.31 90.58 153.46 -
System Red Green Blue C M Y K H S L
Decimal 207 166 105 0 0.20 0.49 0.19 35.88 0.52 0.61
Hex CF A6 69 0 14 31 13 24 34 3D
Octal 317 246 151 0 24 61 23 44 64 75
Binary 11001111 10100110 1101001 0 10100 110001 10011 100100 110100 111101

Color Harmonies of #CFA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA669

Black with #CFA669

Text Example


Text Example

White with #CFA669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA669; }

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

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

background-color css

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

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

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

border-color css

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

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

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