Html Css Color HEX #C8A563 Laser

📋 copy color: '#C8A563'

red 200 ◦ green 165 ◦ blue 99

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

Shades of Laser #C8A563

Tints of Laser #C8A563

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.56%

 BLUE value IS 99 (39.06% from 255) = 21.34%

R = 43.1%
G = 35.56%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C8A563 (or 0xC8A563) is known color: Laser. HEX triplet: C8, A5 and 63. RGB value is (200,165,99). Sum of RGB (Red+Green+Blue) = 200+165+99=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A563 is #375A9C. Grayscale: #A8A8A8. Windows color (decimal): -3627677 or 6530504. OLE color: 6530504.

HSL color Cylindrical-coordinate representation of color #C8A563: hue angle of 39.21º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8A563 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 165 99 -
CMYK 0 0.18 0.50 0.22
HSL 39.21º 0.48% 0.59% -
HSV(B) 39.21º 0.51% 0.78% -
XYZ 39.53 40.09 17.46 -
YUV 167.94 89.1 150.87 -
System Red Green Blue C M Y K H S L
Decimal 200 165 99 0 0.18 0.50 0.22 39.21 0.48 0.59
Hex C8 A5 63 0 12 32 16 27 30 3B
Octal 310 245 143 0 22 62 26 47 60 73
Binary 11001000 10100101 1100011 0 10010 110010 10110 100111 110000 111011

Color Harmonies of #C8A563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A563

Black with #C8A563

Text Example


Text Example

White with #C8A563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A563; }

 p { color: rgb(200,165,99); }

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

background-color css

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

 a { background-color: rgb(200,165,99); }

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

border-color css

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

 span { border-color: rgb(200,165,99); }

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