Html Css Color HEX #C8AA55 Laser

📋 copy color: '#C8AA55'

red 200 ◦ green 170 ◦ blue 85

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

Shades of Laser #C8AA55

Tints of Laser #C8AA55

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.36%

 BLUE value IS 85 (33.59% from 255) = 18.68%

R = 43.96%
G = 37.36%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C8AA55 (or 0xC8AA55) is known color: Laser. HEX triplet: C8, AA and 55. RGB value is (200,170,85). Sum of RGB (Red+Green+Blue) = 200+170+85=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA55 is #3755AA. Grayscale: #A9A9A9. Windows color (decimal): -3626411 or 5614280. OLE color: 5614280.

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

Color convert

RGB 200 170 85 -
CMYK 0 0.15 0.58 0.22
HSL 44.35º 0.51% 0.56% -
HSV(B) 44.35º 0.58% 0.78% -
XYZ 39.83 41.68 14.54 -
YUV 169.28 80.44 149.91 -
System Red Green Blue C M Y K H S L
Decimal 200 170 85 0 0.15 0.58 0.22 44.35 0.51 0.56
Hex C8 AA 55 0 F 3A 16 2C 33 38
Octal 310 252 125 0 17 72 26 54 63 70
Binary 11001000 10101010 1010101 0 1111 111010 10110 101100 110011 111000

Color Harmonies of #C8AA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA55

Black with #C8AA55

Text Example


Text Example

White with #C8AA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA55; }

 p { color: rgb(200,170,85); }

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

background-color css

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

 a { background-color: rgb(200,170,85); }

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

border-color css

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

 span { border-color: rgb(200,170,85); }

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