Html Css Color HEX #CFAB75 Putty

📋 copy color: '#CFAB75'

red 207 ◦ green 171 ◦ blue 117

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

Shades of Putty #CFAB75

Tints of Putty #CFAB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.64%

R = 41.82%
G = 34.55%
B = 23.64%

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

#CFAB75 (or 0xCFAB75) is known color: Putty. HEX triplet: CF, AB and 75. RGB value is (207,171,117). Sum of RGB (Red+Green+Blue) = 207+171+117=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB75 is #30548A. Grayscale: #AFAFAF. Windows color (decimal): -3167371 or 7711695. OLE color: 7711695.

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

Color convert

RGB 207 171 117 -
CMYK 0 0.17 0.43 0.19
HSL 36º 0.48% 0.64% -
HSV(B) 36º 0.43% 0.81% -
XYZ 43.51 43.68 22.97 -
YUV 175.61 94.93 150.39 -
System Red Green Blue C M Y K H S L
Decimal 207 171 117 0 0.17 0.43 0.19 36 0.48 0.64
Hex CF AB 75 0 11 2B 13 24 30 40
Octal 317 253 165 0 21 53 23 44 60 100
Binary 11001111 10101011 1110101 0 10001 101011 10011 100100 110000 1000000

Color Harmonies of #CFAB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB75

Black with #CFAB75

Text Example


Text Example

White with #CFAB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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