Html Css Color HEX #CFAB77 Putty

📋 copy color: '#CFAB77'

red 207 ◦ green 171 ◦ blue 119

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

Shades of Putty #CFAB77

Tints of Putty #CFAB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.94%

R = 41.65%
G = 34.41%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFAB77 (or 0xCFAB77) is known color: Putty. HEX triplet: CF, AB and 77. RGB value is (207,171,119). Sum of RGB (Red+Green+Blue) = 207+171+119=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB77 is #305488. Grayscale: #B0B0B0. Windows color (decimal): -3167369 or 7842767. OLE color: 7842767.

HSL color Cylindrical-coordinate representation of color #CFAB77: hue angle of 35.45º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFAB77 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 171 119 -
CMYK 0 0.17 0.43 0.19
HSL 35.45º 0.48% 0.64% -
HSV(B) 35.45º 0.43% 0.81% -
XYZ 43.62 43.72 23.59 -
YUV 175.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 207 171 119 0 0.17 0.43 0.19 35.45 0.48 0.64
Hex CF AB 77 0 11 2B 13 23 30 40
Octal 317 253 167 0 21 53 23 43 60 100
Binary 11001111 10101011 1110111 0 10001 101011 10011 100011 110000 1000000

Color Harmonies of #CFAB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB77

Black with #CFAB77

Text Example


Text Example

White with #CFAB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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