Html Css Color HEX #C7A767 Laser

📋 copy color: '#C7A767'

red 199 ◦ green 167 ◦ blue 103

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

Shades of Laser #C7A767

Tints of Laser #C7A767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.96%

R = 42.43%
G = 35.61%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C7A767 (or 0xC7A767) is known color: Laser. HEX triplet: C7, A7 and 67. RGB value is (199,167,103). Sum of RGB (Red+Green+Blue) = 199+167+103=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A767 is #385898. Grayscale: #A9A9A9. Windows color (decimal): -3692697 or 6793159. OLE color: 6793159.

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

Color convert

RGB 199 167 103 -
CMYK 0 0.16 0.48 0.22
HSL 40º 0.46% 0.59% -
HSV(B) 40º 0.48% 0.78% -
XYZ 39.82 40.76 18.6 -
YUV 169.27 90.6 149.2 -
System Red Green Blue C M Y K H S L
Decimal 199 167 103 0 0.16 0.48 0.22 40 0.46 0.59
Hex C7 A7 67 0 10 30 16 28 2E 3B
Octal 307 247 147 0 20 60 26 50 56 73
Binary 11000111 10100111 1100111 0 10000 110000 10110 101000 101110 111011

Color Harmonies of #C7A767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A767

Black with #C7A767

Text Example


Text Example

White with #C7A767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A767; }

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

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

background-color css

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

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

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

border-color css

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

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

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