Html Css Color HEX #C7B472 Putty

📋 copy color: '#C7B472'

red 199 ◦ green 180 ◦ blue 114

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

Shades of Putty #C7B472

Tints of Putty #C7B472

RGB

 RED value IS 199 (78.13% from 255) = 40.37%

 GREEN value IS 180 (70.7% from 255) = 36.51%

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

R = 40.37%
G = 36.51%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C7B472 (or 0xC7B472) is known color: Putty. HEX triplet: C7, B4 and 72. RGB value is (199,180,114). Sum of RGB (Red+Green+Blue) = 199+180+114=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B472 is #384B8D. Grayscale: #B2B2B2. Windows color (decimal): -3689358 or 7517383. OLE color: 7517383.

HSL color Cylindrical-coordinate representation of color #C7B472: hue angle of 46.59º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7B472 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 180 114 -
CMYK 0 0.10 0.43 0.22
HSL 46.59º 0.43% 0.61% -
HSV(B) 46.59º 0.43% 0.78% -
XYZ 42.91 46 22.54 -
YUV 178.16 91.79 142.87 -
System Red Green Blue C M Y K H S L
Decimal 199 180 114 0 0.10 0.43 0.22 46.59 0.43 0.61
Hex C7 B4 72 0 A 2B 16 2F 2B 3D
Octal 307 264 162 0 12 53 26 57 53 75
Binary 11000111 10110100 1110010 0 1010 101011 10110 101111 101011 111101

Color Harmonies of #C7B472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B472

Black with #C7B472

Text Example


Text Example

White with #C7B472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B472; }

 p { color: rgb(199,180,114); }

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

background-color css

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

 a { background-color: rgb(199,180,114); }

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

border-color css

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

 span { border-color: rgb(199,180,114); }

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