Html Css Color HEX #C7A05B Laser

📋 copy color: '#C7A05B'

red 199 ◦ green 160 ◦ blue 91

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

Shades of Laser #C7A05B

Tints of Laser #C7A05B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.56%

 BLUE value IS 91 (35.94% from 255) = 20.22%

R = 44.22%
G = 35.56%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7A05B (or 0xC7A05B) is known color: Laser. HEX triplet: C7, A0 and 5B. RGB value is (199,160,91). Sum of RGB (Red+Green+Blue) = 199+160+91=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A05B is #385FA4. Grayscale: #A4A4A4. Windows color (decimal): -3694501 or 6004935. OLE color: 6004935.

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

Color convert

RGB 199 160 91 -
CMYK 0 0.20 0.54 0.22
HSL 38.33º 0.49% 0.57% -
HSV(B) 38.33º 0.54% 0.78% -
XYZ 38.01 38.04 15.24 -
YUV 163.8 86.92 153.11 -
System Red Green Blue C M Y K H S L
Decimal 199 160 91 0 0.20 0.54 0.22 38.33 0.49 0.57
Hex C7 A0 5B 0 14 36 16 26 31 39
Octal 307 240 133 0 24 66 26 46 61 71
Binary 11000111 10100000 1011011 0 10100 110110 10110 100110 110001 111001

Color Harmonies of #C7A05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A05B

Black with #C7A05B

Text Example


Text Example

White with #C7A05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A05B; }

 p { color: rgb(199,160,91); }

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

background-color css

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

 a { background-color: rgb(199,160,91); }

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

border-color css

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

 span { border-color: rgb(199,160,91); }

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