Html Css Color HEX #C0A263 Laser

📋 copy color: '#C0A263'

red 192 ◦ green 162 ◦ blue 99

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

Shades of Laser #C0A263

Tints of Laser #C0A263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.85%

R = 42.38%
G = 35.76%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0A263 (or 0xC0A263) is known color: Laser. HEX triplet: C0, A2 and 63. RGB value is (192,162,99). Sum of RGB (Red+Green+Blue) = 192+162+99=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A263 is #3F5D9C. Grayscale: #A4A4A4. Windows color (decimal): -4152733 or 6529728. OLE color: 6529728.

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

Color convert

RGB 192 162 99 -
CMYK 0 0.16 0.48 0.25
HSL 40.65º 0.42% 0.57% -
HSV(B) 40.65º 0.48% 0.75% -
XYZ 36.91 37.95 17.18 -
YUV 163.79 91.44 148.12 -
System Red Green Blue C M Y K H S L
Decimal 192 162 99 0 0.16 0.48 0.25 40.65 0.42 0.57
Hex C0 A2 63 0 10 30 19 29 2A 39
Octal 300 242 143 0 20 60 31 51 52 71
Binary 11000000 10100010 1100011 0 10000 110000 11001 101001 101010 111001

Color Harmonies of #C0A263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A263

Black with #C0A263

Text Example


Text Example

White with #C0A263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A263; }

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

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

background-color css

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

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

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

border-color css

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

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

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