Html Css Color HEX #C8AC56 Laser

📋 copy color: '#C8AC56'

red 200 ◦ green 172 ◦ blue 86

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

Shades of Laser #C8AC56

Tints of Laser #C8AC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.78%

R = 43.67%
G = 37.55%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C8AC56 (or 0xC8AC56) is known color: Laser. HEX triplet: C8, AC and 56. RGB value is (200,172,86). Sum of RGB (Red+Green+Blue) = 200+172+86=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC56 is #3753A9. Grayscale: #AAAAAA. Windows color (decimal): -3625898 or 5680328. OLE color: 5680328.

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

Color convert

RGB 200 172 86 -
CMYK 0 0.14 0.57 0.22
HSL 45.26º 0.51% 0.56% -
HSV(B) 45.26º 0.57% 0.78% -
XYZ 40.25 42.46 14.88 -
YUV 170.57 80.28 148.99 -
System Red Green Blue C M Y K H S L
Decimal 200 172 86 0 0.14 0.57 0.22 45.26 0.51 0.56
Hex C8 AC 56 0 E 39 16 2D 33 38
Octal 310 254 126 0 16 71 26 55 63 70
Binary 11001000 10101100 1010110 0 1110 111001 10110 101101 110011 111000

Color Harmonies of #C8AC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC56

Black with #C8AC56

Text Example


Text Example

White with #C8AC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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