Html Css Color HEX #C8AC57 Laser

📋 copy color: '#C8AC57'

red 200 ◦ green 172 ◦ blue 87

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

Shades of Laser #C8AC57

Tints of Laser #C8AC57

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.47%

 BLUE value IS 87 (34.38% from 255) = 18.95%

R = 43.57%
G = 37.47%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C8AC57 (or 0xC8AC57) is known color: Laser. HEX triplet: C8, AC and 57. RGB value is (200,172,87). Sum of RGB (Red+Green+Blue) = 200+172+87=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 87 (34.38% from 255 or 18.95% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC57 is #3753A8. Grayscale: #ABABAB. Windows color (decimal): -3625897 or 5745864. OLE color: 5745864.

HSL color Cylindrical-coordinate representation of color #C8AC57: hue angle of 45.13º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8AC57 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 172 87 -
CMYK 0 0.14 0.56 0.22
HSL 45.13º 0.51% 0.56% -
HSV(B) 45.13º 0.57% 0.78% -
XYZ 40.29 42.47 15.09 -
YUV 170.68 80.78 148.91 -
System Red Green Blue C M Y K H S L
Decimal 200 172 87 0 0.14 0.56 0.22 45.13 0.51 0.56
Hex C8 AC 57 0 E 38 16 2D 33 38
Octal 310 254 127 0 16 70 26 55 63 70
Binary 11001000 10101100 1010111 0 1110 111000 10110 101101 110011 111000

Color Harmonies of #C8AC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC57

Black with #C8AC57

Text Example


Text Example

White with #C8AC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC57; }

 p { color: rgb(200,172,87); }

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

background-color css

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

 a { background-color: rgb(200,172,87); }

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

border-color css

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

 span { border-color: rgb(200,172,87); }

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