Html Css Color HEX #C8A962 Laser

📋 copy color: '#C8A962'

red 200 ◦ green 169 ◦ blue 98

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

Shades of Laser #C8A962

Tints of Laser #C8A962

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.19%

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

R = 42.83%
G = 36.19%
B = 20.99%

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

#C8A962 (or 0xC8A962) is known color: Laser. HEX triplet: C8, A9 and 62. RGB value is (200,169,98). Sum of RGB (Red+Green+Blue) = 200+169+98=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A962 is #37569D. Grayscale: #AAAAAA. Windows color (decimal): -3626654 or 6465992. OLE color: 6465992.

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

Color convert

RGB 200 169 98 -
CMYK 0 0.16 0.51 0.22
HSL 41.76º 0.48% 0.58% -
HSV(B) 41.76º 0.51% 0.78% -
XYZ 40.21 41.54 17.45 -
YUV 170.18 87.27 149.27 -
System Red Green Blue C M Y K H S L
Decimal 200 169 98 0 0.16 0.51 0.22 41.76 0.48 0.58
Hex C8 A9 62 0 10 33 16 2A 30 3A
Octal 310 251 142 0 20 63 26 52 60 72
Binary 11001000 10101001 1100010 0 10000 110011 10110 101010 110000 111010

Color Harmonies of #C8A962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A962

Black with #C8A962

Text Example


Text Example

White with #C8A962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A962; }

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

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

background-color css

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

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

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

border-color css

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

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

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