Html Css Color HEX #C8A862 Laser

📋 copy color: '#C8A862'

red 200 ◦ green 168 ◦ blue 98

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

Shades of Laser #C8A862

Tints of Laser #C8A862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 42.92%
G = 36.05%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C8A862 (or 0xC8A862) is known color: Laser. HEX triplet: C8, A8 and 62. RGB value is (200,168,98). Sum of RGB (Red+Green+Blue) = 200+168+98=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A862 is #37579D. Grayscale: #A9A9A9. Windows color (decimal): -3626910 or 6465736. OLE color: 6465736.

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

Color convert

RGB 200 168 98 -
CMYK 0 0.16 0.51 0.22
HSL 41.18º 0.48% 0.58% -
HSV(B) 41.18º 0.51% 0.78% -
XYZ 40.03 41.17 17.39 -
YUV 169.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 200 168 98 0 0.16 0.51 0.22 41.18 0.48 0.58
Hex C8 A8 62 0 10 33 16 29 30 3A
Octal 310 250 142 0 20 63 26 51 60 72
Binary 11001000 10101000 1100010 0 10000 110011 10110 101001 110000 111010

Color Harmonies of #C8A862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A862

Black with #C8A862

Text Example


Text Example

White with #C8A862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A862; }

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

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

background-color css

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

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

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

border-color css

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

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

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