Html Css Color HEX #C8A262 Laser

📋 copy color: '#C8A262'

red 200 ◦ green 162 ◦ blue 98

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

Shades of Laser #C8A262

Tints of Laser #C8A262

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.22%

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

R = 43.48%
G = 35.22%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C8A262 (or 0xC8A262) is known color: Laser. HEX triplet: C8, A2 and 62. RGB value is (200,162,98). Sum of RGB (Red+Green+Blue) = 200+162+98=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A262 is #375D9D. Grayscale: #A6A6A6. Windows color (decimal): -3628446 or 6464200. OLE color: 6464200.

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

Color convert

RGB 200 162 98 -
CMYK 0 0.19 0.51 0.22
HSL 37.65º 0.48% 0.58% -
HSV(B) 37.65º 0.51% 0.78% -
XYZ 38.94 39 17.03 -
YUV 166.07 89.59 152.2 -
System Red Green Blue C M Y K H S L
Decimal 200 162 98 0 0.19 0.51 0.22 37.65 0.48 0.58
Hex C8 A2 62 0 13 33 16 26 30 3A
Octal 310 242 142 0 23 63 26 46 60 72
Binary 11001000 10100010 1100010 0 10011 110011 10110 100110 110000 111010

Color Harmonies of #C8A262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A262

Black with #C8A262

Text Example


Text Example

White with #C8A262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A262; }

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

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

background-color css

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

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

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

border-color css

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

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

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