Html Css Color HEX #C0A966 Laser

📋 copy color: '#C0A966'

red 192 ◦ green 169 ◦ blue 102

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

Shades of Laser #C0A966

Tints of Laser #C0A966

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.5%

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

R = 41.47%
G = 36.5%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0A966 (or 0xC0A966) is known color: Laser. HEX triplet: C0, A9 and 66. RGB value is (192,169,102). Sum of RGB (Red+Green+Blue) = 192+169+102=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A966 is #3F5699. Grayscale: #A8A8A8. Windows color (decimal): -4150938 or 6728128. OLE color: 6728128.

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

Color convert

RGB 192 169 102 -
CMYK 0 0.12 0.47 0.25
HSL 44.67º 0.42% 0.58% -
HSV(B) 44.67º 0.47% 0.75% -
XYZ 38.32 40.54 18.38 -
YUV 168.24 90.62 144.95 -
System Red Green Blue C M Y K H S L
Decimal 192 169 102 0 0.12 0.47 0.25 44.67 0.42 0.58
Hex C0 A9 66 0 C 2F 19 2D 2A 3A
Octal 300 251 146 0 14 57 31 55 52 72
Binary 11000000 10101001 1100110 0 1100 101111 11001 101101 101010 111010

Color Harmonies of #C0A966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A966

Black with #C0A966

Text Example


Text Example

White with #C0A966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A966; }

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

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

background-color css

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

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

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

border-color css

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

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

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