Html Css Color HEX #CFB975 Putty

📋 copy color: '#CFB975'

red 207 ◦ green 185 ◦ blue 117

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

Shades of Putty #CFB975

Tints of Putty #CFB975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.35%

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

R = 40.67%
G = 36.35%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFB975 (or 0xCFB975) is known color: Putty. HEX triplet: CF, B9 and 75. RGB value is (207,185,117). Sum of RGB (Red+Green+Blue) = 207+185+117=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB975 is #30468A. Grayscale: #B8B8B8. Windows color (decimal): -3163787 or 7715279. OLE color: 7715279.

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

Color convert

RGB 207 185 117 -
CMYK 0 0.11 0.43 0.19
HSL 45.33º 0.48% 0.64% -
HSV(B) 45.33º 0.43% 0.81% -
XYZ 46.29 49.25 23.9 -
YUV 183.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 207 185 117 0 0.11 0.43 0.19 45.33 0.48 0.64
Hex CF B9 75 0 B 2B 13 2D 30 40
Octal 317 271 165 0 13 53 23 55 60 100
Binary 11001111 10111001 1110101 0 1011 101011 10011 101101 110000 1000000

Color Harmonies of #CFB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB975

Black with #CFB975

Text Example


Text Example

White with #CFB975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB975; }

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

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

background-color css

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

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

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

border-color css

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

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

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