Html Css Color HEX #C7A55D Laser

📋 copy color: '#C7A55D'

red 199 ◦ green 165 ◦ blue 93

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

Shades of Laser #C7A55D

Tints of Laser #C7A55D

RGB

 RED value IS 199 (78.13% from 255) = 43.54%

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

 BLUE value IS 93 (36.72% from 255) = 20.35%

R = 43.54%
G = 36.11%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7A55D (or 0xC7A55D) is known color: Laser. HEX triplet: C7, A5 and 5D. RGB value is (199,165,93). Sum of RGB (Red+Green+Blue) = 199+165+93=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A55D is #385AA2. Grayscale: #A7A7A7. Windows color (decimal): -3693219 or 6137287. OLE color: 6137287.

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

Color convert

RGB 199 165 93 -
CMYK 0 0.17 0.53 0.22
HSL 40.75º 0.49% 0.57% -
HSV(B) 40.75º 0.53% 0.78% -
XYZ 38.98 39.84 15.99 -
YUV 166.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 199 165 93 0 0.17 0.53 0.22 40.75 0.49 0.57
Hex C7 A5 5D 0 11 35 16 29 31 39
Octal 307 245 135 0 21 65 26 51 61 71
Binary 11000111 10100101 1011101 0 10001 110101 10110 101001 110001 111001

Color Harmonies of #C7A55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A55D

Black with #C7A55D

Text Example


Text Example

White with #C7A55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A55D; }

 p { color: rgb(199,165,93); }

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

background-color css

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

 a { background-color: rgb(199,165,93); }

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

border-color css

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

 span { border-color: rgb(199,165,93); }

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