Html Css Color HEX #C7A360 Laser

📋 copy color: '#C7A360'

red 199 ◦ green 163 ◦ blue 96

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

Shades of Laser #C7A360

Tints of Laser #C7A360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.96%

R = 43.45%
G = 35.59%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7A360 (or 0xC7A360) is known color: Laser. HEX triplet: C7, A3 and 60. RGB value is (199,163,96). Sum of RGB (Red+Green+Blue) = 199+163+96=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A360 is #385C9F. Grayscale: #A6A6A6. Windows color (decimal): -3693728 or 6333383. OLE color: 6333383.

HSL color Cylindrical-coordinate representation of color #C7A360: hue angle of 39.03º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7A360 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 163 96 -
CMYK 0 0.18 0.52 0.22
HSL 39.03º 0.48% 0.58% -
HSV(B) 39.03º 0.52% 0.78% -
XYZ 38.76 39.18 16.59 -
YUV 166.13 88.43 151.45 -
System Red Green Blue C M Y K H S L
Decimal 199 163 96 0 0.18 0.52 0.22 39.03 0.48 0.58
Hex C7 A3 60 0 12 34 16 27 30 3A
Octal 307 243 140 0 22 64 26 47 60 72
Binary 11000111 10100011 1100000 0 10010 110100 10110 100111 110000 111010

Color Harmonies of #C7A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A360

Black with #C7A360

Text Example


Text Example

White with #C7A360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A360; }

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

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

background-color css

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

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

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

border-color css

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

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

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