Html Css Color HEX #CFA570 Putty

📋 copy color: '#CFA570'

red 207 ◦ green 165 ◦ blue 112

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

Shades of Putty #CFA570

Tints of Putty #CFA570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.09%

 BLUE value IS 112 (44.14% from 255) = 23.14%

R = 42.77%
G = 34.09%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CFA570 (or 0xCFA570) is known color: Putty. HEX triplet: CF, A5 and 70. RGB value is (207,165,112). Sum of RGB (Red+Green+Blue) = 207+165+112=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA570 is #305A8F. Grayscale: #ABABAB. Windows color (decimal): -3168912 or 7382479. OLE color: 7382479.

HSL color Cylindrical-coordinate representation of color #CFA570: hue angle of 33.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFA570 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 165 112 -
CMYK 0 0.20 0.46 0.19
HSL 33.47º 0.5% 0.63% -
HSV(B) 33.47º 0.46% 0.81% -
XYZ 42.11 41.35 21.09 -
YUV 171.52 94.41 153.31 -
System Red Green Blue C M Y K H S L
Decimal 207 165 112 0 0.20 0.46 0.19 33.47 0.5 0.63
Hex CF A5 70 0 14 2E 13 21 32 3F
Octal 317 245 160 0 24 56 23 41 62 77
Binary 11001111 10100101 1110000 0 10100 101110 10011 100001 110010 111111

Color Harmonies of #CFA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA570

Black with #CFA570

Text Example


Text Example

White with #CFA570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA570; }

 p { color: rgb(207,165,112); }

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

background-color css

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

 a { background-color: rgb(207,165,112); }

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

border-color css

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

 span { border-color: rgb(207,165,112); }

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