Html Css Color HEX #C7A35C Laser

📋 copy color: '#C7A35C'

red 199 ◦ green 163 ◦ blue 92

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

Shades of Laser #C7A35C

Tints of Laser #C7A35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.26%

R = 43.83%
G = 35.9%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7A35C (or 0xC7A35C) is known color: Laser. HEX triplet: C7, A3 and 5C. RGB value is (199,163,92). Sum of RGB (Red+Green+Blue) = 199+163+92=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A35C is #385CA3. Grayscale: #A5A5A5. Windows color (decimal): -3693732 or 6071239. OLE color: 6071239.

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

Color convert

RGB 199 163 92 -
CMYK 0 0.18 0.54 0.22
HSL 39.81º 0.49% 0.57% -
HSV(B) 39.81º 0.54% 0.78% -
XYZ 38.58 39.11 15.64 -
YUV 165.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 199 163 92 0 0.18 0.54 0.22 39.81 0.49 0.57
Hex C7 A3 5C 0 12 36 16 28 31 39
Octal 307 243 134 0 22 66 26 50 61 71
Binary 11000111 10100011 1011100 0 10010 110110 10110 101000 110001 111001

Color Harmonies of #C7A35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A35C

Black with #C7A35C

Text Example


Text Example

White with #C7A35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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