Html Css Color HEX #C8A560 Laser

📋 copy color: '#C8A560'

red 200 ◦ green 165 ◦ blue 96

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

Shades of Laser #C8A560

Tints of Laser #C8A560

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.79%

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

R = 43.38%
G = 35.79%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8A560 (or 0xC8A560) is known color: Laser. HEX triplet: C8, A5 and 60. RGB value is (200,165,96). Sum of RGB (Red+Green+Blue) = 200+165+96=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A560 is #375A9F. Grayscale: #A7A7A7. Windows color (decimal): -3627680 or 6333896. OLE color: 6333896.

HSL color Cylindrical-coordinate representation of color #C8A560: hue angle of 39.81º 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 #C8A560 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 165 96 -
CMYK 0 0.18 0.52 0.22
HSL 39.81º 0.49% 0.58% -
HSV(B) 39.81º 0.52% 0.78% -
XYZ 39.39 40.03 16.72 -
YUV 167.6 87.6 151.11 -
System Red Green Blue C M Y K H S L
Decimal 200 165 96 0 0.18 0.52 0.22 39.81 0.49 0.58
Hex C8 A5 60 0 12 34 16 28 31 3A
Octal 310 245 140 0 22 64 26 50 61 72
Binary 11001000 10100101 1100000 0 10010 110100 10110 101000 110001 111010

Color Harmonies of #C8A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A560

Black with #C8A560

Text Example


Text Example

White with #C8A560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A560; }

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

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

background-color css

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

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

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

border-color css

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

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

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