Html Css Color HEX #C7A75A Laser

📋 copy color: '#C7A75A'

red 199 ◦ green 167 ◦ blue 90

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

Shades of Laser #C7A75A

Tints of Laser #C7A75A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.62%

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

R = 43.64%
G = 36.62%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7A75A (or 0xC7A75A) is known color: Laser. HEX triplet: C7, A7 and 5A. RGB value is (199,167,90). Sum of RGB (Red+Green+Blue) = 199+167+90=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A75A is #3858A5. Grayscale: #A8A8A8. Windows color (decimal): -3692710 or 5941191. OLE color: 5941191.

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

Color convert

RGB 199 167 90 -
CMYK 0 0.16 0.55 0.22
HSL 42.39º 0.49% 0.57% -
HSV(B) 42.39º 0.55% 0.78% -
XYZ 39.22 40.52 15.43 -
YUV 167.79 84.1 150.26 -
System Red Green Blue C M Y K H S L
Decimal 199 167 90 0 0.16 0.55 0.22 42.39 0.49 0.57
Hex C7 A7 5A 0 10 37 16 2A 31 39
Octal 307 247 132 0 20 67 26 52 61 71
Binary 11000111 10100111 1011010 0 10000 110111 10110 101010 110001 111001

Color Harmonies of #C7A75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A75A

Black with #C7A75A

Text Example


Text Example

White with #C7A75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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