Html Css Color HEX #C8AE5B Laser

📋 copy color: '#C8AE5B'

red 200 ◦ green 174 ◦ blue 91

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

Shades of Laser #C8AE5B

Tints of Laser #C8AE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.57%

R = 43.01%
G = 37.42%
B = 19.57%

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

#C8AE5B (or 0xC8AE5B) is known color: Laser. HEX triplet: C8, AE and 5B. RGB value is (200,174,91). Sum of RGB (Red+Green+Blue) = 200+174+91=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE5B is #3751A4. Grayscale: #ACACAC. Windows color (decimal): -3625381 or 6008520. OLE color: 6008520.

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

Color convert

RGB 200 174 91 -
CMYK 0 0.13 0.54 0.22
HSL 45.69º 0.5% 0.57% -
HSV(B) 45.69º 0.55% 0.78% -
XYZ 40.84 43.31 16.1 -
YUV 172.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 200 174 91 0 0.13 0.54 0.22 45.69 0.5 0.57
Hex C8 AE 5B 0 D 36 16 2E 32 39
Octal 310 256 133 0 15 66 26 56 62 71
Binary 11001000 10101110 1011011 0 1101 110110 10110 101110 110010 111001

Color Harmonies of #C8AE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE5B

Black with #C8AE5B

Text Example


Text Example

White with #C8AE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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