Html Css Color HEX #CFB770 Putty

📋 copy color: '#CFB770'

red 207 ◦ green 183 ◦ blue 112

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

Shades of Putty #CFB770

Tints of Putty #CFB770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.45%

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

R = 41.24%
G = 36.45%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CFB770 (or 0xCFB770) is known color: Putty. HEX triplet: CF, B7 and 70. RGB value is (207,183,112). Sum of RGB (Red+Green+Blue) = 207+183+112=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB770 is #30488F. Grayscale: #B6B6B6. Windows color (decimal): -3164304 or 7387087. OLE color: 7387087.

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

Color convert

RGB 207 183 112 -
CMYK 0 0.12 0.46 0.19
HSL 44.84º 0.5% 0.63% -
HSV(B) 44.84º 0.46% 0.81% -
XYZ 45.59 48.3 22.25 -
YUV 182.08 88.45 145.77 -
System Red Green Blue C M Y K H S L
Decimal 207 183 112 0 0.12 0.46 0.19 44.84 0.5 0.63
Hex CF B7 70 0 C 2E 13 2D 32 3F
Octal 317 267 160 0 14 56 23 55 62 77
Binary 11001111 10110111 1110000 0 1100 101110 10011 101101 110010 111111

Color Harmonies of #CFB770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB770

Black with #CFB770

Text Example


Text Example

White with #CFB770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB770; }

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

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

background-color css

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

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

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

border-color css

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

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

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