Html Css Color HEX #C7A35D Laser

📋 copy color: '#C7A35D'

red 199 ◦ green 163 ◦ blue 93

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

Shades of Laser #C7A35D

Tints of Laser #C7A35D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.82%

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

R = 43.74%
G = 35.82%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7A35D (or 0xC7A35D) is known color: Laser. HEX triplet: C7, A3 and 5D. RGB value is (199,163,93). Sum of RGB (Red+Green+Blue) = 199+163+93=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A35D is #385CA2. Grayscale: #A6A6A6. Windows color (decimal): -3693731 or 6136775. OLE color: 6136775.

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

Color convert

RGB 199 163 93 -
CMYK 0 0.18 0.53 0.22
HSL 39.62º 0.49% 0.57% -
HSV(B) 39.62º 0.53% 0.78% -
XYZ 38.63 39.13 15.87 -
YUV 165.78 86.93 151.69 -
System Red Green Blue C M Y K H S L
Decimal 199 163 93 0 0.18 0.53 0.22 39.62 0.49 0.57
Hex C7 A3 5D 0 12 35 16 28 31 39
Octal 307 243 135 0 22 65 26 50 61 71
Binary 11000111 10100011 1011101 0 10010 110101 10110 101000 110001 111001

Color Harmonies of #C7A35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A35D

Black with #C7A35D

Text Example


Text Example

White with #C7A35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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