Html Css Color HEX #C0A261 Laser

📋 copy color: '#C0A261'

red 192 ◦ green 162 ◦ blue 97

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

Shades of Laser #C0A261

Tints of Laser #C0A261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.51%

R = 42.57%
G = 35.92%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0A261 (or 0xC0A261) is known color: Laser. HEX triplet: C0, A2 and 61. RGB value is (192,162,97). Sum of RGB (Red+Green+Blue) = 192+162+97=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A261 is #3F5D9E. Grayscale: #A3A3A3. Windows color (decimal): -4152735 or 6398656. OLE color: 6398656.

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

Color convert

RGB 192 162 97 -
CMYK 0 0.16 0.49 0.25
HSL 41.05º 0.43% 0.57% -
HSV(B) 41.05º 0.49% 0.75% -
XYZ 36.82 37.91 16.69 -
YUV 163.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 192 162 97 0 0.16 0.49 0.25 41.05 0.43 0.57
Hex C0 A2 61 0 10 31 19 29 2B 39
Octal 300 242 141 0 20 61 31 51 53 71
Binary 11000000 10100010 1100001 0 10000 110001 11001 101001 101011 111001

Color Harmonies of #C0A261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A261

Black with #C0A261

Text Example


Text Example

White with #C0A261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A261; }

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

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

background-color css

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

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

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

border-color css

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

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

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