Html Css Color HEX #C8A263 Laser

📋 copy color: '#C8A263'

red 200 ◦ green 162 ◦ blue 99

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

Shades of Laser #C8A263

Tints of Laser #C8A263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.48%

R = 43.38%
G = 35.14%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C8A263 (or 0xC8A263) is known color: Laser. HEX triplet: C8, A2 and 63. RGB value is (200,162,99). Sum of RGB (Red+Green+Blue) = 200+162+99=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A263 is #375D9C. Grayscale: #A6A6A6. Windows color (decimal): -3628445 or 6529736. OLE color: 6529736.

HSL color Cylindrical-coordinate representation of color #C8A263: hue angle of 37.43º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8A263 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 162 99 -
CMYK 0 0.19 0.50 0.22
HSL 37.43º 0.48% 0.59% -
HSV(B) 37.43º 0.51% 0.78% -
XYZ 38.99 39.02 17.28 -
YUV 166.18 90.09 152.12 -
System Red Green Blue C M Y K H S L
Decimal 200 162 99 0 0.19 0.50 0.22 37.43 0.48 0.59
Hex C8 A2 63 0 13 32 16 25 30 3B
Octal 310 242 143 0 23 62 26 45 60 73
Binary 11001000 10100010 1100011 0 10011 110010 10110 100101 110000 111011

Color Harmonies of #C8A263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A263

Black with #C8A263

Text Example


Text Example

White with #C8A263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A263; }

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

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

background-color css

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

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

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

border-color css

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

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

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