Html Css Color HEX #C8AB62 Laser

📋 copy color: '#C8AB62'

red 200 ◦ green 171 ◦ blue 98

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

Shades of Laser #C8AB62

Tints of Laser #C8AB62

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.46%

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

R = 42.64%
G = 36.46%
B = 20.9%

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

#C8AB62 (or 0xC8AB62) is known color: Laser. HEX triplet: C8, AB and 62. RGB value is (200,171,98). Sum of RGB (Red+Green+Blue) = 200+171+98=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB62 is #37549D. Grayscale: #ABABAB. Windows color (decimal): -3626142 or 6466504. OLE color: 6466504.

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

Color convert

RGB 200 171 98 -
CMYK 0 0.14 0.51 0.22
HSL 42.94º 0.48% 0.58% -
HSV(B) 42.94º 0.51% 0.78% -
XYZ 40.59 42.29 17.58 -
YUV 171.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 200 171 98 0 0.14 0.51 0.22 42.94 0.48 0.58
Hex C8 AB 62 0 E 33 16 2B 30 3A
Octal 310 253 142 0 16 63 26 53 60 72
Binary 11001000 10101011 1100010 0 1110 110011 10110 101011 110000 111010

Color Harmonies of #C8AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AB62

Black with #C8AB62

Text Example


Text Example

White with #C8AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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