Html Css Color HEX #C0A65A Laser

📋 copy color: '#C0A65A'

red 192 ◦ green 166 ◦ blue 90

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

Shades of Laser #C0A65A

Tints of Laser #C0A65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.09%

R = 42.86%
G = 37.05%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0A65A (or 0xC0A65A) is known color: Laser. HEX triplet: C0, A6 and 5A. RGB value is (192,166,90). Sum of RGB (Red+Green+Blue) = 192+166+90=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A65A is #3F59A5. Grayscale: #A5A5A5. Windows color (decimal): -4151718 or 5940928. OLE color: 5940928.

HSL color Cylindrical-coordinate representation of color #C0A65A: hue angle of 44.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0A65A is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 166 90 -
CMYK 0 0.14 0.53 0.25
HSL 44.71º 0.45% 0.55% -
HSV(B) 44.71º 0.53% 0.75% -
XYZ 37.22 39.22 15.28 -
YUV 165.11 85.61 147.18 -
System Red Green Blue C M Y K H S L
Decimal 192 166 90 0 0.14 0.53 0.25 44.71 0.45 0.55
Hex C0 A6 5A 0 E 35 19 2D 2D 37
Octal 300 246 132 0 16 65 31 55 55 67
Binary 11000000 10100110 1011010 0 1110 110101 11001 101101 101101 110111

Color Harmonies of #C0A65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A65A

Black with #C0A65A

Text Example


Text Example

White with #C0A65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A65A; }

 p { color: rgb(192,166,90); }

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

background-color css

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

 a { background-color: rgb(192,166,90); }

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

border-color css

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

 span { border-color: rgb(192,166,90); }

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