Html Css Color HEX #C8A858 Laser

📋 copy color: '#C8A858'

red 200 ◦ green 168 ◦ blue 88

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

Shades of Laser #C8A858

Tints of Laser #C8A858

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.84%

 BLUE value IS 88 (34.77% from 255) = 19.3%

R = 43.86%
G = 36.84%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C8A858 (or 0xC8A858) is known color: Laser. HEX triplet: C8, A8 and 58. RGB value is (200,168,88). Sum of RGB (Red+Green+Blue) = 200+168+88=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A858 is #3757A7. Grayscale: #A8A8A8. Windows color (decimal): -3626920 or 5810376. OLE color: 5810376.

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

Color convert

RGB 200 168 88 -
CMYK 0 0.16 0.56 0.22
HSL 42.86º 0.5% 0.56% -
HSV(B) 42.86º 0.56% 0.78% -
XYZ 39.58 40.99 15.06 -
YUV 168.45 82.6 150.5 -
System Red Green Blue C M Y K H S L
Decimal 200 168 88 0 0.16 0.56 0.22 42.86 0.5 0.56
Hex C8 A8 58 0 10 38 16 2B 32 38
Octal 310 250 130 0 20 70 26 53 62 70
Binary 11001000 10101000 1011000 0 10000 111000 10110 101011 110010 111000

Color Harmonies of #C8A858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A858

Black with #C8A858

Text Example


Text Example

White with #C8A858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A858; }

 p { color: rgb(200,168,88); }

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

background-color css

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

 a { background-color: rgb(200,168,88); }

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

border-color css

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

 span { border-color: rgb(200,168,88); }

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