Html Css Color HEX #C0A566 Laser

📋 copy color: '#C0A566'

red 192 ◦ green 165 ◦ blue 102

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

Shades of Laser #C0A566

Tints of Laser #C0A566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.22%

R = 41.83%
G = 35.95%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0A566 (or 0xC0A566) is known color: Laser. HEX triplet: C0, A5 and 66. RGB value is (192,165,102). Sum of RGB (Red+Green+Blue) = 192+165+102=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A566 is #3F5A99. Grayscale: #A6A6A6. Windows color (decimal): -4151962 or 6727104. OLE color: 6727104.

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

Color convert

RGB 192 165 102 -
CMYK 0 0.14 0.47 0.25
HSL 42º 0.42% 0.58% -
HSV(B) 42º 0.47% 0.75% -
XYZ 37.59 39.08 18.13 -
YUV 165.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 192 165 102 0 0.14 0.47 0.25 42 0.42 0.58
Hex C0 A5 66 0 E 2F 19 2A 2A 3A
Octal 300 245 146 0 16 57 31 52 52 72
Binary 11000000 10100101 1100110 0 1110 101111 11001 101010 101010 111010

Color Harmonies of #C0A566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A566

Black with #C0A566

Text Example


Text Example

White with #C0A566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A566; }

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

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

background-color css

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

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

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

border-color css

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

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

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