Html Css Color HEX #C8A75B Laser

📋 copy color: '#C8A75B'

red 200 ◦ green 167 ◦ blue 91

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

Shades of Laser #C8A75B

Tints of Laser #C8A75B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.46%

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

R = 43.67%
G = 36.46%
B = 19.87%

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

#C8A75B (or 0xC8A75B) is known color: Laser. HEX triplet: C8, A7 and 5B. RGB value is (200,167,91). Sum of RGB (Red+Green+Blue) = 200+167+91=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A75B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A75B is #3758A4. Grayscale: #A8A8A8. Windows color (decimal): -3627173 or 6006728. OLE color: 6006728.

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

Color convert

RGB 200 167 91 -
CMYK 0 0.16 0.54 0.22
HSL 41.83º 0.5% 0.57% -
HSV(B) 41.83º 0.55% 0.78% -
XYZ 39.53 40.67 15.66 -
YUV 168.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 200 167 91 0 0.16 0.54 0.22 41.83 0.5 0.57
Hex C8 A7 5B 0 10 36 16 2A 32 39
Octal 310 247 133 0 20 66 26 52 62 71
Binary 11001000 10100111 1011011 0 10000 110110 10110 101010 110010 111001

Color Harmonies of #C8A75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A75B

Black with #C8A75B

Text Example


Text Example

White with #C8A75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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