Html Css Color HEX #CFB575 Putty

📋 copy color: '#CFB575'

red 207 ◦ green 181 ◦ blue 117

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

Shades of Putty #CFB575

Tints of Putty #CFB575

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.84%

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

R = 40.99%
G = 35.84%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFB575 (or 0xCFB575) is known color: Putty. HEX triplet: CF, B5 and 75. RGB value is (207,181,117). Sum of RGB (Red+Green+Blue) = 207+181+117=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB575 is #304A8A. Grayscale: #B5B5B5. Windows color (decimal): -3164811 or 7714255. OLE color: 7714255.

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

Color convert

RGB 207 181 117 -
CMYK 0 0.13 0.43 0.19
HSL 42.67º 0.48% 0.64% -
HSV(B) 42.67º 0.43% 0.81% -
XYZ 45.47 47.6 23.62 -
YUV 181.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 207 181 117 0 0.13 0.43 0.19 42.67 0.48 0.64
Hex CF B5 75 0 D 2B 13 2B 30 40
Octal 317 265 165 0 15 53 23 53 60 100
Binary 11001111 10110101 1110101 0 1101 101011 10011 101011 110000 1000000

Color Harmonies of #CFB575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB575

Black with #CFB575

Text Example


Text Example

White with #CFB575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB575; }

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

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

background-color css

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

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

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

border-color css

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

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

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