Html Css Color HEX #C0A85D Laser

📋 copy color: '#C0A85D'

red 192 ◦ green 168 ◦ blue 93

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

Shades of Laser #C0A85D

Tints of Laser #C0A85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.53%

R = 42.38%
G = 37.09%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0A85D (or 0xC0A85D) is known color: Laser. HEX triplet: C0, A8 and 5D. RGB value is (192,168,93). Sum of RGB (Red+Green+Blue) = 192+168+93=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A85D is #3F57A2. Grayscale: #A6A6A6. Windows color (decimal): -4151203 or 6138048. OLE color: 6138048.

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

Color convert

RGB 192 168 93 -
CMYK 0 0.12 0.52 0.25
HSL 45.45º 0.44% 0.56% -
HSV(B) 45.45º 0.52% 0.75% -
XYZ 37.72 40 16.09 -
YUV 166.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 192 168 93 0 0.12 0.52 0.25 45.45 0.44 0.56
Hex C0 A8 5D 0 C 34 19 2D 2C 38
Octal 300 250 135 0 14 64 31 55 54 70
Binary 11000000 10101000 1011101 0 1100 110100 11001 101101 101100 111000

Color Harmonies of #C0A85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A85D

Black with #C0A85D

Text Example


Text Example

White with #C0A85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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