Html Css Color HEX #C4B272 Putty

📋 copy color: '#C4B272'

red 196 ◦ green 178 ◦ blue 114

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

Shades of Putty #C4B272

Tints of Putty #C4B272

RGB

 RED value IS 196 (76.95% from 255) = 40.16%

 GREEN value IS 178 (69.92% from 255) = 36.48%

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

R = 40.16%
G = 36.48%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C4B272 (or 0xC4B272) is known color: Putty. HEX triplet: C4, B2 and 72. RGB value is (196,178,114). Sum of RGB (Red+Green+Blue) = 196+178+114=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B272 is #3B4D8D. Grayscale: #B0B0B0. Windows color (decimal): -3886478 or 7516868. OLE color: 7516868.

HSL color Cylindrical-coordinate representation of color #C4B272: hue angle of 46.83º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4B272 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 178 114 -
CMYK 0 0.09 0.42 0.23
HSL 46.83º 0.41% 0.61% -
HSV(B) 46.83º 0.42% 0.77% -
XYZ 41.72 44.79 22.37 -
YUV 176.09 92.96 142.2 -
System Red Green Blue C M Y K H S L
Decimal 196 178 114 0 0.09 0.42 0.23 46.83 0.41 0.61
Hex C4 B2 72 0 9 2A 17 2F 29 3D
Octal 304 262 162 0 11 52 27 57 51 75
Binary 11000100 10110010 1110010 0 1001 101010 10111 101111 101001 111101

Color Harmonies of #C4B272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B272

Black with #C4B272

Text Example


Text Example

White with #C4B272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B272; }

 p { color: rgb(196,178,114); }

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

background-color css

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

 a { background-color: rgb(196,178,114); }

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

border-color css

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

 span { border-color: rgb(196,178,114); }

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