Html Css Color HEX #C8B370 Putty

📋 copy color: '#C8B370'

red 200 ◦ green 179 ◦ blue 112

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

Shades of Putty #C8B370

Tints of Putty #C8B370

RGB

 RED value IS 200 (78.52% from 255) = 40.73%

 GREEN value IS 179 (70.31% from 255) = 36.46%

 BLUE value IS 112 (44.14% from 255) = 22.81%

R = 40.73%
G = 36.46%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8B370 (or 0xC8B370) is known color: Putty. HEX triplet: C8, B3 and 70. RGB value is (200,179,112). Sum of RGB (Red+Green+Blue) = 200+179+112=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B370 is #374C8F. Grayscale: #B1B1B1. Windows color (decimal): -3624080 or 7386056. OLE color: 7386056.

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

Color convert

RGB 200 179 112 -
CMYK 0 0.10 0.44 0.22
HSL 45.68º 0.44% 0.61% -
HSV(B) 45.68º 0.44% 0.78% -
XYZ 42.86 45.69 21.89 -
YUV 177.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 200 179 112 0 0.10 0.44 0.22 45.68 0.44 0.61
Hex C8 B3 70 0 A 2C 16 2E 2C 3D
Octal 310 263 160 0 12 54 26 56 54 75
Binary 11001000 10110011 1110000 0 1010 101100 10110 101110 101100 111101

Color Harmonies of #C8B370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B370

Black with #C8B370

Text Example


Text Example

White with #C8B370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B370; }

 p { color: rgb(200,179,112); }

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

background-color css

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

 a { background-color: rgb(200,179,112); }

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

border-color css

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

 span { border-color: rgb(200,179,112); }

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