Html Css Color HEX #C8AC62 Laser

📋 copy color: '#C8AC62'

red 200 ◦ green 172 ◦ blue 98

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

Shades of Laser #C8AC62

Tints of Laser #C8AC62

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.6%

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

R = 42.55%
G = 36.6%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C8AC62 (or 0xC8AC62) is known color: Laser. HEX triplet: C8, AC and 62. RGB value is (200,172,98). Sum of RGB (Red+Green+Blue) = 200+172+98=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC62 is #37539D. Grayscale: #ACACAC. Windows color (decimal): -3625886 or 6466760. OLE color: 6466760.

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

Color convert

RGB 200 172 98 -
CMYK 0 0.14 0.51 0.22
HSL 43.53º 0.48% 0.58% -
HSV(B) 43.53º 0.51% 0.78% -
XYZ 40.78 42.67 17.64 -
YUV 171.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 200 172 98 0 0.14 0.51 0.22 43.53 0.48 0.58
Hex C8 AC 62 0 E 33 16 2C 30 3A
Octal 310 254 142 0 16 63 26 54 60 72
Binary 11001000 10101100 1100010 0 1110 110011 10110 101100 110000 111010

Color Harmonies of #C8AC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC62

Black with #C8AC62

Text Example


Text Example

White with #C8AC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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