Html Css Color HEX #C8A95B Laser

📋 copy color: '#C8A95B'

red 200 ◦ green 169 ◦ blue 91

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

Shades of Laser #C8A95B

Tints of Laser #C8A95B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.74%

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

R = 43.48%
G = 36.74%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8A95B (or 0xC8A95B) is known color: Laser. HEX triplet: C8, A9 and 5B. RGB value is (200,169,91). Sum of RGB (Red+Green+Blue) = 200+169+91=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A95B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A95B is #3756A4. Grayscale: #A9A9A9. Windows color (decimal): -3626661 or 6007240. OLE color: 6007240.

HSL color Cylindrical-coordinate representation of color #C8A95B: hue angle of 42.94º 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 #C8A95B is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 169 91 -
CMYK 0 0.16 0.54 0.22
HSL 42.94º 0.5% 0.57% -
HSV(B) 42.94º 0.55% 0.78% -
XYZ 39.9 41.41 15.79 -
YUV 169.38 83.77 149.84 -
System Red Green Blue C M Y K H S L
Decimal 200 169 91 0 0.16 0.54 0.22 42.94 0.5 0.57
Hex C8 A9 5B 0 10 36 16 2B 32 39
Octal 310 251 133 0 20 66 26 53 62 71
Binary 11001000 10101001 1011011 0 10000 110110 10110 101011 110010 111001

Color Harmonies of #C8A95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A95B

Black with #C8A95B

Text Example


Text Example

White with #C8A95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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