Html Css Color HEX #CFAA69 Putty

📋 copy color: '#CFAA69'

red 207 ◦ green 170 ◦ blue 105

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

Shades of Putty #CFAA69

Tints of Putty #CFAA69

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.27%

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

R = 42.95%
G = 35.27%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CFAA69 (or 0xCFAA69) is known color: Putty. HEX triplet: CF, AA and 69. RGB value is (207,170,105). Sum of RGB (Red+Green+Blue) = 207+170+105=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA69 is #305596. Grayscale: #ADADAD. Windows color (decimal): -3167639 or 6925007. OLE color: 6925007.

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

Color convert

RGB 207 170 105 -
CMYK 0 0.18 0.49 0.19
HSL 38.24º 0.52% 0.61% -
HSV(B) 38.24º 0.49% 0.81% -
XYZ 42.66 43.03 19.42 -
YUV 173.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 207 170 105 0 0.18 0.49 0.19 38.24 0.52 0.61
Hex CF AA 69 0 12 31 13 26 34 3D
Octal 317 252 151 0 22 61 23 46 64 75
Binary 11001111 10101010 1101001 0 10010 110001 10011 100110 110100 111101

Color Harmonies of #CFAA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA69

Black with #CFAA69

Text Example


Text Example

White with #CFAA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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