Html Css Color HEX #C0A466 Laser

📋 copy color: '#C0A466'

red 192 ◦ green 164 ◦ blue 102

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

Shades of Laser #C0A466

Tints of Laser #C0A466

RGB

 RED value IS 192 (75.39% from 255) = 41.92%

 GREEN value IS 164 (64.45% from 255) = 35.81%

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

R = 41.92%
G = 35.81%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0A466 (or 0xC0A466) is known color: Laser. HEX triplet: C0, A4 and 66. RGB value is (192,164,102). Sum of RGB (Red+Green+Blue) = 192+164+102=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A466 is #3F5B99. Grayscale: #A5A5A5. Windows color (decimal): -4152218 or 6726848. OLE color: 6726848.

HSL color Cylindrical-coordinate representation of color #C0A466: hue angle of 41.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0A466 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 164 102 -
CMYK 0 0.15 0.47 0.25
HSL 41.33º 0.42% 0.58% -
HSV(B) 41.33º 0.47% 0.75% -
XYZ 37.41 38.72 18.07 -
YUV 165.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 192 164 102 0 0.15 0.47 0.25 41.33 0.42 0.58
Hex C0 A4 66 0 F 2F 19 29 2A 3A
Octal 300 244 146 0 17 57 31 51 52 72
Binary 11000000 10100100 1100110 0 1111 101111 11001 101001 101010 111010

Color Harmonies of #C0A466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A466

Black with #C0A466

Text Example


Text Example

White with #C0A466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A466; }

 p { color: rgb(192,164,102); }

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

background-color css

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

 a { background-color: rgb(192,164,102); }

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

border-color css

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

 span { border-color: rgb(192,164,102); }

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