Html Css Color HEX #CFB875 Putty

📋 copy color: '#CFB875'

red 207 ◦ green 184 ◦ blue 117

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

Shades of Putty #CFB875

Tints of Putty #CFB875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.22%

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

R = 40.75%
G = 36.22%
B = 23.03%

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

#CFB875 (or 0xCFB875) is known color: Putty. HEX triplet: CF, B8 and 75. RGB value is (207,184,117). Sum of RGB (Red+Green+Blue) = 207+184+117=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB875 is #30478A. Grayscale: #B7B7B7. Windows color (decimal): -3164043 or 7715023. OLE color: 7715023.

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

Color convert

RGB 207 184 117 -
CMYK 0 0.11 0.43 0.19
HSL 44.67º 0.48% 0.64% -
HSV(B) 44.67º 0.43% 0.81% -
XYZ 46.08 48.83 23.83 -
YUV 183.24 90.62 144.95 -
System Red Green Blue C M Y K H S L
Decimal 207 184 117 0 0.11 0.43 0.19 44.67 0.48 0.64
Hex CF B8 75 0 B 2B 13 2D 30 40
Octal 317 270 165 0 13 53 23 55 60 100
Binary 11001111 10111000 1110101 0 1011 101011 10011 101101 110000 1000000

Color Harmonies of #CFB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB875

Black with #CFB875

Text Example


Text Example

White with #CFB875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB875; }

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

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

background-color css

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

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

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

border-color css

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

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

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