Html Css Color HEX #C7AB64 Laser

📋 copy color: '#C7AB64'

red 199 ◦ green 171 ◦ blue 100

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

Shades of Laser #C7AB64

Tints of Laser #C7AB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.28%

R = 42.34%
G = 36.38%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C7AB64 (or 0xC7AB64) is known color: Laser. HEX triplet: C7, AB and 64. RGB value is (199,171,100). Sum of RGB (Red+Green+Blue) = 199+171+100=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB64 is #38549B. Grayscale: #ABABAB. Windows color (decimal): -3691676 or 6597575. OLE color: 6597575.

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

Color convert

RGB 199 171 100 -
CMYK 0 0.14 0.50 0.22
HSL 43.03º 0.47% 0.59% -
HSV(B) 43.03º 0.5% 0.78% -
XYZ 40.42 42.19 18.07 -
YUV 171.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 199 171 100 0 0.14 0.50 0.22 43.03 0.47 0.59
Hex C7 AB 64 0 E 32 16 2B 2F 3B
Octal 307 253 144 0 16 62 26 53 57 73
Binary 11000111 10101011 1100100 0 1110 110010 10110 101011 101111 111011

Color Harmonies of #C7AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AB64

Black with #C7AB64

Text Example


Text Example

White with #C7AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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