Html Css Color HEX #C0A85A Laser

📋 copy color: '#C0A85A'

red 192 ◦ green 168 ◦ blue 90

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

Shades of Laser #C0A85A

Tints of Laser #C0A85A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.33%

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

R = 42.67%
G = 37.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0A85A (or 0xC0A85A) is known color: Laser. HEX triplet: C0, A8 and 5A. RGB value is (192,168,90). Sum of RGB (Red+Green+Blue) = 192+168+90=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A85A is #3F57A5. Grayscale: #A6A6A6. Windows color (decimal): -4151206 or 5941440. OLE color: 5941440.

HSL color Cylindrical-coordinate representation of color #C0A85A: hue angle of 45.88º 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 #C0A85A is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 168 90 -
CMYK 0 0.12 0.53 0.25
HSL 45.88º 0.45% 0.55% -
HSV(B) 45.88º 0.53% 0.75% -
XYZ 37.59 39.95 15.4 -
YUV 166.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 192 168 90 0 0.12 0.53 0.25 45.88 0.45 0.55
Hex C0 A8 5A 0 C 35 19 2E 2D 37
Octal 300 250 132 0 14 65 31 56 55 67
Binary 11000000 10101000 1011010 0 1100 110101 11001 101110 101101 110111

Color Harmonies of #C0A85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A85A

Black with #C0A85A

Text Example


Text Example

White with #C0A85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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