Html Css Color HEX #C7A867 Laser

📋 copy color: '#C7A867'

red 199 ◦ green 168 ◦ blue 103

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

Shades of Laser #C7A867

Tints of Laser #C7A867

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.74%

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

R = 42.34%
G = 35.74%
B = 21.91%

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

#C7A867 (or 0xC7A867) is known color: Laser. HEX triplet: C7, A8 and 67. RGB value is (199,168,103). Sum of RGB (Red+Green+Blue) = 199+168+103=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A867 is #385798. Grayscale: #AAAAAA. Windows color (decimal): -3692441 or 6793415. OLE color: 6793415.

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

Color convert

RGB 199 168 103 -
CMYK 0 0.16 0.48 0.22
HSL 40.63º 0.46% 0.59% -
HSV(B) 40.63º 0.48% 0.78% -
XYZ 40 41.13 18.66 -
YUV 169.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 199 168 103 0 0.16 0.48 0.22 40.63 0.46 0.59
Hex C7 A8 67 0 10 30 16 29 2E 3B
Octal 307 250 147 0 20 60 26 51 56 73
Binary 11000111 10101000 1100111 0 10000 110000 10110 101001 101110 111011

Color Harmonies of #C7A867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A867

Black with #C7A867

Text Example


Text Example

White with #C7A867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A867; }

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

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

background-color css

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

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

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

border-color css

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

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

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