Html Css Color HEX #C8A657 Laser

📋 copy color: '#C8A657'

red 200 ◦ green 166 ◦ blue 87

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

Shades of Laser #C8A657

Tints of Laser #C8A657

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.64%

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

R = 44.15%
G = 36.64%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C8A657 (or 0xC8A657) is known color: Laser. HEX triplet: C8, A6 and 57. RGB value is (200,166,87). Sum of RGB (Red+Green+Blue) = 200+166+87=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A657 is #3759A8. Grayscale: #A7A7A7. Windows color (decimal): -3627433 or 5744328. OLE color: 5744328.

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

Color convert

RGB 200 166 87 -
CMYK 0 0.17 0.56 0.22
HSL 41.95º 0.51% 0.56% -
HSV(B) 41.95º 0.57% 0.78% -
XYZ 39.18 40.24 14.72 -
YUV 167.16 82.76 151.42 -
System Red Green Blue C M Y K H S L
Decimal 200 166 87 0 0.17 0.56 0.22 41.95 0.51 0.56
Hex C8 A6 57 0 11 38 16 2A 33 38
Octal 310 246 127 0 21 70 26 52 63 70
Binary 11001000 10100110 1010111 0 10001 111000 10110 101010 110011 111000

Color Harmonies of #C8A657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A657

Black with #C8A657

Text Example


Text Example

White with #C8A657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A657; }

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

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

background-color css

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

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

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

border-color css

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

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

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