Html Css Color HEX #C8B46C Putty

📋 copy color: '#C8B46C'

red 200 ◦ green 180 ◦ blue 108

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

Shades of Putty #C8B46C

Tints of Putty #C8B46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.13%

R = 40.98%
G = 36.89%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8B46C (or 0xC8B46C) is known color: Putty. HEX triplet: C8, B4 and 6C. RGB value is (200,180,108). Sum of RGB (Red+Green+Blue) = 200+180+108=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B46C is #374B93. Grayscale: #B2B2B2. Windows color (decimal): -3623828 or 7124168. OLE color: 7124168.

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

Color convert

RGB 200 180 108 -
CMYK 0 0.1 0.46 0.22
HSL 46.96º 0.46% 0.6% -
HSV(B) 46.96º 0.46% 0.78% -
XYZ 42.85 46 20.81 -
YUV 177.77 88.63 143.85 -
System Red Green Blue C M Y K H S L
Decimal 200 180 108 0 0.1 0.46 0.22 46.96 0.46 0.6
Hex C8 B4 6C 0 A 2E 16 2F 2E 3C
Octal 310 264 154 0 12 56 26 57 56 74
Binary 11001000 10110100 1101100 0 1010 101110 10110 101111 101110 111100

Color Harmonies of #C8B46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B46C

Black with #C8B46C

Text Example


Text Example

White with #C8B46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B46C; }

 p { color: rgb(200,180,108); }

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

background-color css

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

 a { background-color: rgb(200,180,108); }

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

border-color css

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

 span { border-color: rgb(200,180,108); }

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