Html Css Color HEX #C7A15A Laser

📋 copy color: '#C7A15A'

red 199 ◦ green 161 ◦ blue 90

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

Shades of Laser #C7A15A

Tints of Laser #C7A15A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.78%

 BLUE value IS 90 (35.55% from 255) = 20%

R = 44.22%
G = 35.78%
B = 20%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7A15A (or 0xC7A15A) is known color: Laser. HEX triplet: C7, A1 and 5A. RGB value is (199,161,90). Sum of RGB (Red+Green+Blue) = 199+161+90=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A15A is #385EA5. Grayscale: #A4A4A4. Windows color (decimal): -3694246 or 5939655. OLE color: 5939655.

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

Color convert

RGB 199 161 90 -
CMYK 0 0.19 0.55 0.22
HSL 39.08º 0.49% 0.57% -
HSV(B) 39.08º 0.55% 0.78% -
XYZ 38.14 38.37 15.07 -
YUV 164.27 86.09 152.77 -
System Red Green Blue C M Y K H S L
Decimal 199 161 90 0 0.19 0.55 0.22 39.08 0.49 0.57
Hex C7 A1 5A 0 13 37 16 27 31 39
Octal 307 241 132 0 23 67 26 47 61 71
Binary 11000111 10100001 1011010 0 10011 110111 10110 100111 110001 111001

Color Harmonies of #C7A15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A15A

Black with #C7A15A

Text Example


Text Example

White with #C7A15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A15A; }

 p { color: rgb(199,161,90); }

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

background-color css

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

 a { background-color: rgb(199,161,90); }

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

border-color css

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

 span { border-color: rgb(199,161,90); }

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