Html Css Color HEX #CFB775 Putty

📋 copy color: '#CFB775'

red 207 ◦ green 183 ◦ blue 117

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

Shades of Putty #CFB775

Tints of Putty #CFB775

RGB

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

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

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

R = 40.83%
G = 36.09%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFB775 (or 0xCFB775) is known color: Putty. HEX triplet: CF, B7 and 75. RGB value is (207,183,117). Sum of RGB (Red+Green+Blue) = 207+183+117=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB775 is #30488A. Grayscale: #B6B6B6. Windows color (decimal): -3164299 or 7714767. OLE color: 7714767.

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

Color convert

RGB 207 183 117 -
CMYK 0 0.12 0.43 0.19
HSL 44º 0.48% 0.64% -
HSV(B) 44º 0.43% 0.81% -
XYZ 45.88 48.42 23.76 -
YUV 182.65 90.95 145.37 -
System Red Green Blue C M Y K H S L
Decimal 207 183 117 0 0.12 0.43 0.19 44 0.48 0.64
Hex CF B7 75 0 C 2B 13 2C 30 40
Octal 317 267 165 0 14 53 23 54 60 100
Binary 11001111 10110111 1110101 0 1100 101011 10011 101100 110000 1000000

Color Harmonies of #CFB775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB775

Black with #CFB775

Text Example


Text Example

White with #CFB775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB775; }

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

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

background-color css

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

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

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

border-color css

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

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

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