Html Css Color HEX #C8A655 Laser

📋 copy color: '#C8A655'

red 200 ◦ green 166 ◦ blue 85

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

Shades of Laser #C8A655

Tints of Laser #C8A655

RGB

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

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

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

R = 44.35%
G = 36.81%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C8A655 (or 0xC8A655) is known color: Laser. HEX triplet: C8, A6 and 55. RGB value is (200,166,85). Sum of RGB (Red+Green+Blue) = 200+166+85=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A655 is #3759AA. Grayscale: #A7A7A7. Windows color (decimal): -3627435 or 5613256. OLE color: 5613256.

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

Color convert

RGB 200 166 85 -
CMYK 0 0.17 0.58 0.22
HSL 42.26º 0.51% 0.56% -
HSV(B) 42.26º 0.58% 0.78% -
XYZ 39.1 40.21 14.29 -
YUV 166.93 81.76 151.59 -
System Red Green Blue C M Y K H S L
Decimal 200 166 85 0 0.17 0.58 0.22 42.26 0.51 0.56
Hex C8 A6 55 0 11 3A 16 2A 33 38
Octal 310 246 125 0 21 72 26 52 63 70
Binary 11001000 10100110 1010101 0 10001 111010 10110 101010 110011 111000

Color Harmonies of #C8A655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A655

Black with #C8A655

Text Example


Text Example

White with #C8A655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A655; }

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

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

background-color css

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

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

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

border-color css

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

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

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