Html Css Color HEX #C7A568 Laser

📋 copy color: '#C7A568'

red 199 ◦ green 165 ◦ blue 104

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

Shades of Laser #C7A568

Tints of Laser #C7A568

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.26%

 BLUE value IS 104 (41.02% from 255) = 22.22%

R = 42.52%
G = 35.26%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C7A568 (or 0xC7A568) is known color: Laser. HEX triplet: C7, A5 and 68. RGB value is (199,165,104). Sum of RGB (Red+Green+Blue) = 199+165+104=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A568 is #385A97. Grayscale: #A8A8A8. Windows color (decimal): -3693208 or 6858183. OLE color: 6858183.

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

Color convert

RGB 199 165 104 -
CMYK 0 0.17 0.48 0.22
HSL 38.53º 0.46% 0.59% -
HSV(B) 38.53º 0.48% 0.78% -
XYZ 39.51 40.05 18.75 -
YUV 168.21 91.76 149.96 -
System Red Green Blue C M Y K H S L
Decimal 199 165 104 0 0.17 0.48 0.22 38.53 0.46 0.59
Hex C7 A5 68 0 11 30 16 27 2E 3B
Octal 307 245 150 0 21 60 26 47 56 73
Binary 11000111 10100101 1101000 0 10001 110000 10110 100111 101110 111011

Color Harmonies of #C7A568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A568

Black with #C7A568

Text Example


Text Example

White with #C7A568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A568; }

 p { color: rgb(199,165,104); }

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

background-color css

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

 a { background-color: rgb(199,165,104); }

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

border-color css

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

 span { border-color: rgb(199,165,104); }

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