Html Css Color HEX #C8A255 Laser

📋 copy color: '#C8A255'

red 200 ◦ green 162 ◦ blue 85

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

Shades of Laser #C8A255

Tints of Laser #C8A255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.02%

R = 44.74%
G = 36.24%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C8A255 (or 0xC8A255) is known color: Laser. HEX triplet: C8, A2 and 55. RGB value is (200,162,85). Sum of RGB (Red+Green+Blue) = 200+162+85=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A255 is #375DAA. Grayscale: #A4A4A4. Windows color (decimal): -3628459 or 5612232. OLE color: 5612232.

HSL color Cylindrical-coordinate representation of color #C8A255: hue angle of 40.17º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8A255 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 162 85 -
CMYK 0 0.19 0.58 0.22
HSL 40.17º 0.51% 0.56% -
HSV(B) 40.17º 0.58% 0.78% -
XYZ 38.38 38.78 14.06 -
YUV 164.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 200 162 85 0 0.19 0.58 0.22 40.17 0.51 0.56
Hex C8 A2 55 0 13 3A 16 28 33 38
Octal 310 242 125 0 23 72 26 50 63 70
Binary 11001000 10100010 1010101 0 10011 111010 10110 101000 110011 111000

Color Harmonies of #C8A255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A255

Black with #C8A255

Text Example


Text Example

White with #C8A255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A255; }

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

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

background-color css

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

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

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

border-color css

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

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

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