Html Css Color HEX #C7B073 Putty

📋 copy color: '#C7B073'

red 199 ◦ green 176 ◦ blue 115

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

Shades of Putty #C7B073

Tints of Putty #C7B073

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.92%

 BLUE value IS 115 (45.31% from 255) = 23.47%

R = 40.61%
G = 35.92%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C7B073 (or 0xC7B073) is known color: Putty. HEX triplet: C7, B0 and 73. RGB value is (199,176,115). Sum of RGB (Red+Green+Blue) = 199+176+115=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B073 is #384F8C. Grayscale: #B0B0B0. Windows color (decimal): -3690381 or 7581895. OLE color: 7581895.

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

Color convert

RGB 199 176 115 -
CMYK 0 0.12 0.42 0.22
HSL 43.57º 0.43% 0.62% -
HSV(B) 43.57º 0.42% 0.78% -
XYZ 42.17 44.43 22.57 -
YUV 175.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 199 176 115 0 0.12 0.42 0.22 43.57 0.43 0.62
Hex C7 B0 73 0 C 2A 16 2C 2B 3E
Octal 307 260 163 0 14 52 26 54 53 76
Binary 11000111 10110000 1110011 0 1100 101010 10110 101100 101011 111110

Color Harmonies of #C7B073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B073

Black with #C7B073

Text Example


Text Example

White with #C7B073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B073; }

 p { color: rgb(199,176,115); }

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

background-color css

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

 a { background-color: rgb(199,176,115); }

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

border-color css

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

 span { border-color: rgb(199,176,115); }

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