Html Css Color HEX #CFB36F Putty

📋 copy color: '#CFB36F'

red 207 ◦ green 179 ◦ blue 111

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

Shades of Putty #CFB36F

Tints of Putty #CFB36F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.02%

 BLUE value IS 111 (43.75% from 255) = 22.33%

R = 41.65%
G = 36.02%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CFB36F (or 0xCFB36F) is known color: Putty. HEX triplet: CF, B3 and 6F. RGB value is (207,179,111). Sum of RGB (Red+Green+Blue) = 207+179+111=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB36F is #304C90. Grayscale: #B3B3B3. Windows color (decimal): -3165329 or 7320527. OLE color: 7320527.

HSL color Cylindrical-coordinate representation of color #CFB36F: hue angle of 42.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFB36F is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 179 111 -
CMYK 0 0.14 0.46 0.19
HSL 42.5º 0.5% 0.62% -
HSV(B) 42.5º 0.46% 0.81% -
XYZ 44.72 46.65 21.69 -
YUV 179.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 207 179 111 0 0.14 0.46 0.19 42.5 0.5 0.62
Hex CF B3 6F 0 E 2E 13 2A 32 3E
Octal 317 263 157 0 16 56 23 52 62 76
Binary 11001111 10110011 1101111 0 1110 101110 10011 101010 110010 111110

Color Harmonies of #CFB36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB36F

Black with #CFB36F

Text Example


Text Example

White with #CFB36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB36F; }

 p { color: rgb(207,179,111); }

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

background-color css

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

 a { background-color: rgb(207,179,111); }

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

border-color css

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

 span { border-color: rgb(207,179,111); }

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