Html Css Color HEX #C0A65F Laser

📋 copy color: '#C0A65F'

red 192 ◦ green 166 ◦ blue 95

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

Shades of Laser #C0A65F

Tints of Laser #C0A65F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.64%

 BLUE value IS 95 (37.5% from 255) = 20.97%

R = 42.38%
G = 36.64%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0A65F (or 0xC0A65F) is known color: Laser. HEX triplet: C0, A6 and 5F. RGB value is (192,166,95). Sum of RGB (Red+Green+Blue) = 192+166+95=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A65F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A65F is #3F59A0. Grayscale: #A5A5A5. Windows color (decimal): -4151713 or 6268608. OLE color: 6268608.

HSL color Cylindrical-coordinate representation of color #C0A65F: hue angle of 43.92º degrees, saturation: 0.43, 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 #C0A65F is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 166 95 -
CMYK 0 0.14 0.51 0.25
HSL 43.92º 0.43% 0.56% -
HSV(B) 43.92º 0.51% 0.75% -
XYZ 37.44 39.31 16.44 -
YUV 165.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 192 166 95 0 0.14 0.51 0.25 43.92 0.43 0.56
Hex C0 A6 5F 0 E 33 19 2C 2B 38
Octal 300 246 137 0 16 63 31 54 53 70
Binary 11000000 10100110 1011111 0 1110 110011 11001 101100 101011 111000

Color Harmonies of #C0A65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A65F

Black with #C0A65F

Text Example


Text Example

White with #C0A65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A65F; }

 p { color: rgb(192,166,95); }

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

background-color css

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

 a { background-color: rgb(192,166,95); }

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

border-color css

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

 span { border-color: rgb(192,166,95); }

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