Html Css Color HEX #C8A55E Laser

📋 copy color: '#C8A55E'

red 200 ◦ green 165 ◦ blue 94

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

Shades of Laser #C8A55E

Tints of Laser #C8A55E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.95%

 BLUE value IS 94 (37.11% from 255) = 20.48%

R = 43.57%
G = 35.95%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8A55E (or 0xC8A55E) is known color: Laser. HEX triplet: C8, A5 and 5E. RGB value is (200,165,94). Sum of RGB (Red+Green+Blue) = 200+165+94=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A55E is #375AA1. Grayscale: #A7A7A7. Windows color (decimal): -3627682 or 6202824. OLE color: 6202824.

HSL color Cylindrical-coordinate representation of color #C8A55E: hue angle of 40.19º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8A55E is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 165 94 -
CMYK 0 0.18 0.53 0.22
HSL 40.19º 0.49% 0.58% -
HSV(B) 40.19º 0.53% 0.78% -
XYZ 39.29 40 16.24 -
YUV 167.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 200 165 94 0 0.18 0.53 0.22 40.19 0.49 0.58
Hex C8 A5 5E 0 12 35 16 28 31 3A
Octal 310 245 136 0 22 65 26 50 61 72
Binary 11001000 10100101 1011110 0 10010 110101 10110 101000 110001 111010

Color Harmonies of #C8A55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A55E

Black with #C8A55E

Text Example


Text Example

White with #C8A55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A55E; }

 p { color: rgb(200,165,94); }

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

background-color css

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

 a { background-color: rgb(200,165,94); }

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

border-color css

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

 span { border-color: rgb(200,165,94); }

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