Html Css Color HEX #C8A457 Laser

📋 copy color: '#C8A457'

red 200 ◦ green 164 ◦ blue 87

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

Shades of Laser #C8A457

Tints of Laser #C8A457

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.36%

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

R = 44.35%
G = 36.36%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C8A457 (or 0xC8A457) is known color: Laser. HEX triplet: C8, A4 and 57. RGB value is (200,164,87). Sum of RGB (Red+Green+Blue) = 200+164+87=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A457 is #375BA8. Grayscale: #A6A6A6. Windows color (decimal): -3627945 or 5743816. OLE color: 5743816.

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

Color convert

RGB 200 164 87 -
CMYK 0 0.18 0.56 0.22
HSL 40.88º 0.51% 0.56% -
HSV(B) 40.88º 0.57% 0.78% -
XYZ 38.82 39.52 14.6 -
YUV 165.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 200 164 87 0 0.18 0.56 0.22 40.88 0.51 0.56
Hex C8 A4 57 0 12 38 16 29 33 38
Octal 310 244 127 0 22 70 26 51 63 70
Binary 11001000 10100100 1010111 0 10010 111000 10110 101001 110011 111000

Color Harmonies of #C8A457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A457

Black with #C8A457

Text Example


Text Example

White with #C8A457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A457; }

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

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

background-color css

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

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

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

border-color css

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

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

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