Html Css Color HEX #C8AB56 Laser

📋 copy color: '#C8AB56'

red 200 ◦ green 171 ◦ blue 86

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

Shades of Laser #C8AB56

Tints of Laser #C8AB56

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.42%

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

R = 43.76%
G = 37.42%
B = 18.82%

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

#C8AB56 (or 0xC8AB56) is known color: Laser. HEX triplet: C8, AB and 56. RGB value is (200,171,86). Sum of RGB (Red+Green+Blue) = 200+171+86=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB56 is #3754A9. Grayscale: #AAAAAA. Windows color (decimal): -3626154 or 5680072. OLE color: 5680072.

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

Color convert

RGB 200 171 86 -
CMYK 0 0.14 0.57 0.22
HSL 44.74º 0.51% 0.56% -
HSV(B) 44.74º 0.57% 0.78% -
XYZ 40.06 42.08 14.81 -
YUV 169.98 80.61 149.41 -
System Red Green Blue C M Y K H S L
Decimal 200 171 86 0 0.14 0.57 0.22 44.74 0.51 0.56
Hex C8 AB 56 0 E 39 16 2D 33 38
Octal 310 253 126 0 16 71 26 55 63 70
Binary 11001000 10101011 1010110 0 1110 111001 10110 101101 110011 111000

Color Harmonies of #C8AB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AB56

Black with #C8AB56

Text Example


Text Example

White with #C8AB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AB56; }

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

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

background-color css

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

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

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

border-color css

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

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

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