Html Css Color HEX #C7A55B Laser

📋 copy color: '#C7A55B'

red 199 ◦ green 165 ◦ blue 91

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

Shades of Laser #C7A55B

Tints of Laser #C7A55B

RGB

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

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

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

R = 43.74%
G = 36.26%
B = 20%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7A55B (or 0xC7A55B) is known color: Laser. HEX triplet: C7, A5 and 5B. RGB value is (199,165,91). Sum of RGB (Red+Green+Blue) = 199+165+91=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A55B is #385AA4. Grayscale: #A7A7A7. Windows color (decimal): -3693221 or 6006215. OLE color: 6006215.

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

Color convert

RGB 199 165 91 -
CMYK 0 0.17 0.54 0.22
HSL 41.11º 0.49% 0.57% -
HSV(B) 41.11º 0.54% 0.78% -
XYZ 38.9 39.81 15.53 -
YUV 166.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 199 165 91 0 0.17 0.54 0.22 41.11 0.49 0.57
Hex C7 A5 5B 0 11 36 16 29 31 39
Octal 307 245 133 0 21 66 26 51 61 71
Binary 11000111 10100101 1011011 0 10001 110110 10110 101001 110001 111001

Color Harmonies of #C7A55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A55B

Black with #C7A55B

Text Example


Text Example

White with #C7A55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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