Html Css Color HEX #CFB17C Putty

📋 copy color: '#CFB17C'

red 207 ◦ green 177 ◦ blue 124

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

Shades of Putty #CFB17C

Tints of Putty #CFB17C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.84%

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

R = 40.75%
G = 34.84%
B = 24.41%

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

#CFB17C (or 0xCFB17C) is known color: Putty. HEX triplet: CF, B1 and 7C. RGB value is (207,177,124). Sum of RGB (Red+Green+Blue) = 207+177+124=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB17C is #304E83. Grayscale: #B4B4B4. Windows color (decimal): -3165828 or 8171983. OLE color: 8171983.

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

Color convert

RGB 207 177 124 -
CMYK 0 0.14 0.40 0.19
HSL 38.31º 0.46% 0.65% -
HSV(B) 38.31º 0.4% 0.81% -
XYZ 45.09 46.16 25.6 -
YUV 179.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 207 177 124 0 0.14 0.40 0.19 38.31 0.46 0.65
Hex CF B1 7C 0 E 28 13 26 2E 41
Octal 317 261 174 0 16 50 23 46 56 101
Binary 11001111 10110001 1111100 0 1110 101000 10011 100110 101110 1000001

Color Harmonies of #CFB17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB17C

Black with #CFB17C

Text Example


Text Example

White with #CFB17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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