Html Css Color HEX #C0AB5E Laser

📋 copy color: '#C0AB5E'

red 192 ◦ green 171 ◦ blue 94

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

Shades of Laser #C0AB5E

Tints of Laser #C0AB5E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.42%

 BLUE value IS 94 (37.11% from 255) = 20.57%

R = 42.01%
G = 37.42%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0AB5E (or 0xC0AB5E) is known color: Laser. HEX triplet: C0, AB and 5E. RGB value is (192,171,94). Sum of RGB (Red+Green+Blue) = 192+171+94=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB5E is #3F54A1. Grayscale: #A8A8A8. Windows color (decimal): -4150434 or 6204352. OLE color: 6204352.

HSL color Cylindrical-coordinate representation of color #C0AB5E: hue angle of 47.14º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0AB5E is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 171 94 -
CMYK 0 0.11 0.51 0.25
HSL 47.14º 0.44% 0.56% -
HSV(B) 47.14º 0.51% 0.75% -
XYZ 38.32 41.14 16.51 -
YUV 168.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 192 171 94 0 0.11 0.51 0.25 47.14 0.44 0.56
Hex C0 AB 5E 0 B 33 19 2F 2C 38
Octal 300 253 136 0 13 63 31 57 54 70
Binary 11000000 10101011 1011110 0 1011 110011 11001 101111 101100 111000

Color Harmonies of #C0AB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB5E

Black with #C0AB5E

Text Example


Text Example

White with #C0AB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB5E; }

 p { color: rgb(192,171,94); }

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

background-color css

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

 a { background-color: rgb(192,171,94); }

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

border-color css

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

 span { border-color: rgb(192,171,94); }

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