Html Css Color HEX #C0A260 Laser

📋 copy color: '#C0A260'

red 192 ◦ green 162 ◦ blue 96

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

Shades of Laser #C0A260

Tints of Laser #C0A260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36%

 BLUE value IS 96 (37.89% from 255) = 21.33%

R = 42.67%
G = 36%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C0A260 (or 0xC0A260) is known color: Laser. HEX triplet: C0, A2 and 60. RGB value is (192,162,96). Sum of RGB (Red+Green+Blue) = 192+162+96=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A260 is #3F5D9F. Grayscale: #A3A3A3. Windows color (decimal): -4152736 or 6333120. OLE color: 6333120.

HSL color Cylindrical-coordinate representation of color #C0A260: hue angle of 41.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0A260 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 162 96 -
CMYK 0 0.16 0.50 0.25
HSL 41.25º 0.43% 0.56% -
HSV(B) 41.25º 0.5% 0.75% -
XYZ 36.77 37.89 16.44 -
YUV 163.45 89.94 148.37 -
System Red Green Blue C M Y K H S L
Decimal 192 162 96 0 0.16 0.50 0.25 41.25 0.43 0.56
Hex C0 A2 60 0 10 32 19 29 2B 38
Octal 300 242 140 0 20 62 31 51 53 70
Binary 11000000 10100010 1100000 0 10000 110010 11001 101001 101011 111000

Color Harmonies of #C0A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A260

Black with #C0A260

Text Example


Text Example

White with #C0A260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A260; }

 p { color: rgb(192,162,96); }

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

background-color css

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

 a { background-color: rgb(192,162,96); }

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

border-color css

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

 span { border-color: rgb(192,162,96); }

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