Html Css Color HEX #CFAB70 Putty

📋 copy color: '#CFAB70'

red 207 ◦ green 171 ◦ blue 112

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

Shades of Putty #CFAB70

Tints of Putty #CFAB70

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.9%

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

R = 42.24%
G = 34.9%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CFAB70 (or 0xCFAB70) is known color: Putty. HEX triplet: CF, AB and 70. RGB value is (207,171,112). Sum of RGB (Red+Green+Blue) = 207+171+112=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB70 is #30548F. Grayscale: #AFAFAF. Windows color (decimal): -3167376 or 7384015. OLE color: 7384015.

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

Color convert

RGB 207 171 112 -
CMYK 0 0.17 0.46 0.19
HSL 37.26º 0.5% 0.63% -
HSV(B) 37.26º 0.46% 0.81% -
XYZ 43.22 43.56 21.46 -
YUV 175.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 207 171 112 0 0.17 0.46 0.19 37.26 0.5 0.63
Hex CF AB 70 0 11 2E 13 25 32 3F
Octal 317 253 160 0 21 56 23 45 62 77
Binary 11001111 10101011 1110000 0 10001 101110 10011 100101 110010 111111

Color Harmonies of #CFAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB70

Black with #CFAB70

Text Example


Text Example

White with #CFAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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