Html Css Color HEX #C0A55C Laser

📋 copy color: '#C0A55C'

red 192 ◦ green 165 ◦ blue 92

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

Shades of Laser #C0A55C

Tints of Laser #C0A55C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.75%

 BLUE value IS 92 (36.33% from 255) = 20.49%

R = 42.76%
G = 36.75%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0A55C (or 0xC0A55C) is known color: Laser. HEX triplet: C0, A5 and 5C. RGB value is (192,165,92). Sum of RGB (Red+Green+Blue) = 192+165+92=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A55C is #3F5AA3. Grayscale: #A5A5A5. Windows color (decimal): -4151972 or 6071744. OLE color: 6071744.

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

Color convert

RGB 192 165 92 -
CMYK 0 0.14 0.52 0.25
HSL 43.8º 0.44% 0.56% -
HSV(B) 43.8º 0.52% 0.75% -
XYZ 37.13 38.89 15.67 -
YUV 164.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 192 165 92 0 0.14 0.52 0.25 43.8 0.44 0.56
Hex C0 A5 5C 0 E 34 19 2C 2C 38
Octal 300 245 134 0 16 64 31 54 54 70
Binary 11000000 10100101 1011100 0 1110 110100 11001 101100 101100 111000

Color Harmonies of #C0A55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A55C

Black with #C0A55C

Text Example


Text Example

White with #C0A55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A55C; }

 p { color: rgb(192,165,92); }

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

background-color css

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

 a { background-color: rgb(192,165,92); }

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

border-color css

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

 span { border-color: rgb(192,165,92); }

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