Html Css Color HEX #C7A359 Laser

📋 copy color: '#C7A359'

red 199 ◦ green 163 ◦ blue 89

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

Shades of Laser #C7A359

Tints of Laser #C7A359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.73%

R = 44.12%
G = 36.14%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7A359 (or 0xC7A359) is known color: Laser. HEX triplet: C7, A3 and 59. RGB value is (199,163,89). Sum of RGB (Red+Green+Blue) = 199+163+89=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 89 (35.16% from 255 or 19.73% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A359 is #385CA6. Grayscale: #A5A5A5. Windows color (decimal): -3693735 or 5874631. OLE color: 5874631.

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

Color convert

RGB 199 163 89 -
CMYK 0 0.18 0.55 0.22
HSL 40.36º 0.5% 0.56% -
HSV(B) 40.36º 0.55% 0.78% -
XYZ 38.45 39.06 14.96 -
YUV 165.33 84.93 152.02 -
System Red Green Blue C M Y K H S L
Decimal 199 163 89 0 0.18 0.55 0.22 40.36 0.5 0.56
Hex C7 A3 59 0 12 37 16 28 32 38
Octal 307 243 131 0 22 67 26 50 62 70
Binary 11000111 10100011 1011001 0 10010 110111 10110 101000 110010 111000

Color Harmonies of #C7A359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A359

Black with #C7A359

Text Example


Text Example

White with #C7A359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A359; }

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

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

background-color css

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

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

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

border-color css

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

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

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