Html Css Color HEX #CFB37C Putty

📋 copy color: '#CFB37C'

red 207 ◦ green 179 ◦ blue 124

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

Shades of Putty #CFB37C

Tints of Putty #CFB37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.31%

R = 40.59%
G = 35.1%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CFB37C (or 0xCFB37C) is known color: Putty. HEX triplet: CF, B3 and 7C. RGB value is (207,179,124). Sum of RGB (Red+Green+Blue) = 207+179+124=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB37C is #304C83. Grayscale: #B5B5B5. Windows color (decimal): -3165316 or 8172495. OLE color: 8172495.

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

Color convert

RGB 207 179 124 -
CMYK 0 0.14 0.40 0.19
HSL 39.76º 0.46% 0.65% -
HSV(B) 39.76º 0.4% 0.81% -
XYZ 45.49 46.96 25.74 -
YUV 181.1 95.78 146.47 -
System Red Green Blue C M Y K H S L
Decimal 207 179 124 0 0.14 0.40 0.19 39.76 0.46 0.65
Hex CF B3 7C 0 E 28 13 28 2E 41
Octal 317 263 174 0 16 50 23 50 56 101
Binary 11001111 10110011 1111100 0 1110 101000 10011 101000 101110 1000001

Color Harmonies of #CFB37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB37C

Black with #CFB37C

Text Example


Text Example

White with #CFB37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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