Html Css Color HEX #C3B072 Putty

📋 copy color: '#C3B072'

red 195 ◦ green 176 ◦ blue 114

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

Shades of Putty #C3B072

Tints of Putty #C3B072

RGB

 RED value IS 195 (76.56% from 255) = 40.21%

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

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

R = 40.21%
G = 36.29%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C3B072 (or 0xC3B072) is known color: Putty. HEX triplet: C3, B0 and 72. RGB value is (195,176,114). Sum of RGB (Red+Green+Blue) = 195+176+114=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B072 is #3C4F8D. Grayscale: #AEAEAE. Windows color (decimal): -3952526 or 7516355. OLE color: 7516355.

HSL color Cylindrical-coordinate representation of color #C3B072: hue angle of 45.93º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3B072 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 176 114 -
CMYK 0 0.10 0.42 0.24
HSL 45.93º 0.4% 0.61% -
HSV(B) 45.93º 0.42% 0.76% -
XYZ 41.07 43.87 22.22 -
YUV 174.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 195 176 114 0 0.10 0.42 0.24 45.93 0.4 0.61
Hex C3 B0 72 0 A 2A 18 2E 28 3D
Octal 303 260 162 0 12 52 30 56 50 75
Binary 11000011 10110000 1110010 0 1010 101010 11000 101110 101000 111101

Color Harmonies of #C3B072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B072

Black with #C3B072

Text Example


Text Example

White with #C3B072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B072; }

 p { color: rgb(195,176,114); }

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

background-color css

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

 a { background-color: rgb(195,176,114); }

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

border-color css

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

 span { border-color: rgb(195,176,114); }

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