Html Css Color HEX #C8A45F Laser

📋 copy color: '#C8A45F'

red 200 ◦ green 164 ◦ blue 95

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

Shades of Laser #C8A45F

Tints of Laser #C8A45F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.73%

 BLUE value IS 95 (37.5% from 255) = 20.7%

R = 43.57%
G = 35.73%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8A45F (or 0xC8A45F) is known color: Laser. HEX triplet: C8, A4 and 5F. RGB value is (200,164,95). Sum of RGB (Red+Green+Blue) = 200+164+95=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A45F is #375BA0. Grayscale: #A7A7A7. Windows color (decimal): -3627937 or 6268104. OLE color: 6268104.

HSL color Cylindrical-coordinate representation of color #C8A45F: hue angle of 39.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8A45F is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 164 95 -
CMYK 0 0.18 0.52 0.22
HSL 39.43º 0.49% 0.58% -
HSV(B) 39.43º 0.53% 0.78% -
XYZ 39.16 39.66 16.42 -
YUV 166.9 87.43 151.61 -
System Red Green Blue C M Y K H S L
Decimal 200 164 95 0 0.18 0.52 0.22 39.43 0.49 0.58
Hex C8 A4 5F 0 12 34 16 27 31 3A
Octal 310 244 137 0 22 64 26 47 61 72
Binary 11001000 10100100 1011111 0 10010 110100 10110 100111 110001 111010

Color Harmonies of #C8A45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A45F

Black with #C8A45F

Text Example


Text Example

White with #C8A45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A45F; }

 p { color: rgb(200,164,95); }

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

background-color css

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

 a { background-color: rgb(200,164,95); }

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

border-color css

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

 span { border-color: rgb(200,164,95); }

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