Html Css Color HEX #CFB172 Putty

📋 copy color: '#CFB172'

red 207 ◦ green 177 ◦ blue 114

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

Shades of Putty #CFB172

Tints of Putty #CFB172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.89%

R = 41.57%
G = 35.54%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFB172 (or 0xCFB172) is known color: Putty. HEX triplet: CF, B1 and 72. RGB value is (207,177,114). Sum of RGB (Red+Green+Blue) = 207+177+114=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB172 is #304E8D. Grayscale: #B3B3B3. Windows color (decimal): -3165838 or 7516623. OLE color: 7516623.

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

Color convert

RGB 207 177 114 -
CMYK 0 0.14 0.45 0.19
HSL 40.65º 0.49% 0.63% -
HSV(B) 40.65º 0.45% 0.81% -
XYZ 44.49 45.92 22.44 -
YUV 178.79 91.44 148.12 -
System Red Green Blue C M Y K H S L
Decimal 207 177 114 0 0.14 0.45 0.19 40.65 0.49 0.63
Hex CF B1 72 0 E 2D 13 29 31 3F
Octal 317 261 162 0 16 55 23 51 61 77
Binary 11001111 10110001 1110010 0 1110 101101 10011 101001 110001 111111

Color Harmonies of #CFB172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB172

Black with #CFB172

Text Example


Text Example

White with #CFB172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB172; }

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

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

background-color css

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

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

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

border-color css

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

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

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