Html Css Color HEX #C8A160 Laser

📋 copy color: '#C8A160'

red 200 ◦ green 161 ◦ blue 96

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

Shades of Laser #C8A160

Tints of Laser #C8A160

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.23%

 BLUE value IS 96 (37.89% from 255) = 21.01%

R = 43.76%
G = 35.23%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8A160 (or 0xC8A160) is known color: Laser. HEX triplet: C8, A1 and 60. RGB value is (200,161,96). Sum of RGB (Red+Green+Blue) = 200+161+96=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A160 is #375E9F. Grayscale: #A5A5A5. Windows color (decimal): -3628704 or 6332872. OLE color: 6332872.

HSL color Cylindrical-coordinate representation of color #C8A160: hue angle of 37.5º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8A160 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 161 96 -
CMYK 0 0.19 0.52 0.22
HSL 37.5º 0.49% 0.58% -
HSV(B) 37.5º 0.52% 0.78% -
XYZ 38.68 38.61 16.48 -
YUV 165.25 88.92 152.79 -
System Red Green Blue C M Y K H S L
Decimal 200 161 96 0 0.19 0.52 0.22 37.5 0.49 0.58
Hex C8 A1 60 0 13 34 16 26 31 3A
Octal 310 241 140 0 23 64 26 46 61 72
Binary 11001000 10100001 1100000 0 10011 110100 10110 100110 110001 111010

Color Harmonies of #C8A160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A160

Black with #C8A160

Text Example


Text Example

White with #C8A160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A160; }

 p { color: rgb(200,161,96); }

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

background-color css

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

 a { background-color: rgb(200,161,96); }

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

border-color css

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

 span { border-color: rgb(200,161,96); }

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