Html Css Color HEX #C8AE5D Laser

📋 copy color: '#C8AE5D'

red 200 ◦ green 174 ◦ blue 93

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

Shades of Laser #C8AE5D

Tints of Laser #C8AE5D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.26%

 BLUE value IS 93 (36.72% from 255) = 19.91%

R = 42.83%
G = 37.26%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8AE5D (or 0xC8AE5D) is known color: Laser. HEX triplet: C8, AE and 5D. RGB value is (200,174,93). Sum of RGB (Red+Green+Blue) = 200+174+93=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE5D is #3751A2. Grayscale: #ACACAC. Windows color (decimal): -3625379 or 6139592. OLE color: 6139592.

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

Color convert

RGB 200 174 93 -
CMYK 0 0.13 0.54 0.22
HSL 45.42º 0.49% 0.57% -
HSV(B) 45.42º 0.54% 0.78% -
XYZ 40.93 43.34 16.56 -
YUV 172.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 200 174 93 0 0.13 0.54 0.22 45.42 0.49 0.57
Hex C8 AE 5D 0 D 36 16 2D 31 39
Octal 310 256 135 0 15 66 26 55 61 71
Binary 11001000 10101110 1011101 0 1101 110110 10110 101101 110001 111001

Color Harmonies of #C8AE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE5D

Black with #C8AE5D

Text Example


Text Example

White with #C8AE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE5D; }

 p { color: rgb(200,174,93); }

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

background-color css

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

 a { background-color: rgb(200,174,93); }

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

border-color css

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

 span { border-color: rgb(200,174,93); }

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