Html Css Color HEX #C7AB66 Laser

📋 copy color: '#C7AB66'

red 199 ◦ green 171 ◦ blue 102

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

Shades of Laser #C7AB66

Tints of Laser #C7AB66

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.23%

 BLUE value IS 102 (40.23% from 255) = 21.61%

R = 42.16%
G = 36.23%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C7AB66 (or 0xC7AB66) is known color: Laser. HEX triplet: C7, AB and 66. RGB value is (199,171,102). Sum of RGB (Red+Green+Blue) = 199+171+102=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB66 is #385499. Grayscale: #ABABAB. Windows color (decimal): -3691674 or 6728647. OLE color: 6728647.

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

Color convert

RGB 199 171 102 -
CMYK 0 0.14 0.49 0.22
HSL 42.68º 0.46% 0.59% -
HSV(B) 42.68º 0.49% 0.78% -
XYZ 40.51 42.23 18.59 -
YUV 171.51 88.78 147.61 -
System Red Green Blue C M Y K H S L
Decimal 199 171 102 0 0.14 0.49 0.22 42.68 0.46 0.59
Hex C7 AB 66 0 E 31 16 2B 2E 3B
Octal 307 253 146 0 16 61 26 53 56 73
Binary 11000111 10101011 1100110 0 1110 110001 10110 101011 101110 111011

Color Harmonies of #C7AB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AB66

Black with #C7AB66

Text Example


Text Example

White with #C7AB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AB66; }

 p { color: rgb(199,171,102); }

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

background-color css

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

 a { background-color: rgb(199,171,102); }

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

border-color css

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

 span { border-color: rgb(199,171,102); }

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