Html Css Color HEX #C8A362 Laser

📋 copy color: '#C8A362'

red 200 ◦ green 163 ◦ blue 98

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

Shades of Laser #C8A362

Tints of Laser #C8A362

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.36%

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

R = 43.38%
G = 35.36%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C8A362 (or 0xC8A362) is known color: Laser. HEX triplet: C8, A3 and 62. RGB value is (200,163,98). Sum of RGB (Red+Green+Blue) = 200+163+98=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A362 is #375C9D. Grayscale: #A6A6A6. Windows color (decimal): -3628190 or 6464456. OLE color: 6464456.

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

Color convert

RGB 200 163 98 -
CMYK 0 0.18 0.51 0.22
HSL 38.24º 0.48% 0.58% -
HSV(B) 38.24º 0.51% 0.78% -
XYZ 39.12 39.36 17.09 -
YUV 166.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 200 163 98 0 0.18 0.51 0.22 38.24 0.48 0.58
Hex C8 A3 62 0 12 33 16 26 30 3A
Octal 310 243 142 0 22 63 26 46 60 72
Binary 11001000 10100011 1100010 0 10010 110011 10110 100110 110000 111010

Color Harmonies of #C8A362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A362

Black with #C8A362

Text Example


Text Example

White with #C8A362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A362; }

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

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

background-color css

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

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

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

border-color css

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

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

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