Html Css Color HEX #C7A667 Laser

📋 copy color: '#C7A667'

red 199 ◦ green 166 ◦ blue 103

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

Shades of Laser #C7A667

Tints of Laser #C7A667

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.47%

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

R = 42.52%
G = 35.47%
B = 22.01%

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

#C7A667 (or 0xC7A667) is known color: Laser. HEX triplet: C7, A6 and 67. RGB value is (199,166,103). Sum of RGB (Red+Green+Blue) = 199+166+103=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A667 is #385998. Grayscale: #A8A8A8. Windows color (decimal): -3692953 or 6792903. OLE color: 6792903.

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

Color convert

RGB 199 166 103 -
CMYK 0 0.17 0.48 0.22
HSL 39.38º 0.46% 0.59% -
HSV(B) 39.38º 0.48% 0.78% -
XYZ 39.64 40.39 18.54 -
YUV 168.69 90.93 149.62 -
System Red Green Blue C M Y K H S L
Decimal 199 166 103 0 0.17 0.48 0.22 39.38 0.46 0.59
Hex C7 A6 67 0 11 30 16 27 2E 3B
Octal 307 246 147 0 21 60 26 47 56 73
Binary 11000111 10100110 1100111 0 10001 110000 10110 100111 101110 111011

Color Harmonies of #C7A667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A667

Black with #C7A667

Text Example


Text Example

White with #C7A667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A667; }

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

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

background-color css

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

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

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

border-color css

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

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

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