Html Css Color HEX #C0A465 Laser

📋 copy color: '#C0A465'

red 192 ◦ green 164 ◦ blue 101

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

Shades of Laser #C0A465

Tints of Laser #C0A465

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.89%

 BLUE value IS 101 (39.84% from 255) = 22.1%

R = 42.01%
G = 35.89%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0A465 (or 0xC0A465) is known color: Laser. HEX triplet: C0, A4 and 65. RGB value is (192,164,101). Sum of RGB (Red+Green+Blue) = 192+164+101=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A465 is #3F5B9A. Grayscale: #A5A5A5. Windows color (decimal): -4152219 or 6661312. OLE color: 6661312.

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

Color convert

RGB 192 164 101 -
CMYK 0 0.15 0.47 0.25
HSL 41.54º 0.42% 0.57% -
HSV(B) 41.54º 0.47% 0.75% -
XYZ 37.36 38.7 17.81 -
YUV 165.19 91.78 147.12 -
System Red Green Blue C M Y K H S L
Decimal 192 164 101 0 0.15 0.47 0.25 41.54 0.42 0.57
Hex C0 A4 65 0 F 2F 19 2A 2A 39
Octal 300 244 145 0 17 57 31 52 52 71
Binary 11000000 10100100 1100101 0 1111 101111 11001 101010 101010 111001

Color Harmonies of #C0A465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A465

Black with #C0A465

Text Example


Text Example

White with #C0A465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A465; }

 p { color: rgb(192,164,101); }

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

background-color css

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

 a { background-color: rgb(192,164,101); }

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

border-color css

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

 span { border-color: rgb(192,164,101); }

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